#F99FC4

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

Shades of Carnation Pink #F99FC4

Tints of Carnation Pink #F99FC4

Color information

#F99FC4 (or 0xF99FC4) is unknown color: approx Carnation Pink. HEX triplet: F9, 9F and C4. RGB value is (249,159,196). Sum of RGB (Red+Green+Blue) = 249+159+196=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FC4 is #06603B. Grayscale: #BEBEBE. Windows color (decimal): -417852 or 12886009. OLE color: 12886009.

HSL color Cylindrical-coordinate representation of color #F99FC4: hue angle of 335.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FC4 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249159196-
CMYK00.360.210.02
HSL335.33º88.24%80%-
HSV(B)335.33º36.14%97.65%-
XYZ61.4348.9258.43-
YUV190.13131.32169.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 196 (76.95% from 255) = 32.45%
R=41.23%
G=26.32%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915919600.360.210.02335.3388.2480
HexF99FC402415214f5850
Octal371237304044252517130120
Binary1111100110011111110001000100100101011010100111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99FC4; }

 p { color: rgb(249,159,196); }

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

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

 a { background-color: rgb(249,159,196); }

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

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

 span { border-color: rgb(249,159,196); }

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