#F9788C

Color #F9788C Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F9788C

Tints of Carissma #F9788C

Color information

#F9788C (or 0xF9788C) is unknown color: approx Carissma. HEX triplet: F9, 78 and 8C. RGB value is (249,120,140). Sum of RGB (Red+Green+Blue) = 249+120+140=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F9788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9788C is #068773. Grayscale: #A0A0A0. Windows color (decimal): -427892 or 9206009. OLE color: 9206009.

HSL color Cylindrical-coordinate representation of color #F9788C: hue angle of 350.7º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9788C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249120140-
CMYK00.520.440.02
HSL350.7º91.49%72.35%-
HSV(B)350.7º51.81%97.65%-
XYZ50.5235.4728.99-
YUV160.85116.24190.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 120 (47.27% from 255) = 23.58%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=48.92%
G=23.58%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912014000.520.440.02350.791.4972.35
HexF9788C0342C215f5b48
Octal371170214064542537133110
Binary1111100111110001000110001101001011001010101111110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9788C; }

 p { color: rgb(249,120,140); }

 H1.HeaderClassName
 {
   color: #F9788C;
 }
 .AnyTagClassName
 {
   color: #F9788C;
 }
</style>
background-color css

<style>
 a { background-color: #F9788C; }

 a { background-color: rgb(249,120,140); }

 div.DivClassName
 {
   background-color: #F9788C;
 }
 .BgClassName
 {
   background-color: #F9788C;
 }
</style>
border-color css

<style>
 span { border-color: #F9788C; }

 span { border-color: rgb(249,120,140); }

 td.TdClassName
 {
   border-color: #F9788C;
 }
 .TagClassName
 {
   border-color: #F9788C;
 }
</style>