#F99EC6

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

Shades of Carnation Pink #F99EC6

Tints of Carnation Pink #F99EC6

Color information

#F99EC6 (or 0xF99EC6) is unknown color: approx Carnation Pink. HEX triplet: F9, 9E and C6. RGB value is (249,158,198). Sum of RGB (Red+Green+Blue) = 249+158+198=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99EC6 is #066139. Grayscale: #BDBDBD. Windows color (decimal): -418106 or 13016825. OLE color: 13016825.

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

Color convert

RGB249158198-
CMYK00.370.200.02
HSL333.63º88.35%79.8%-
HSV(B)333.63º36.55%97.65%-
XYZ61.4948.6759.58-
YUV189.77132.65170.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 198 (77.73% from 255) = 32.73%
R=41.16%
G=26.12%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915819800.370.200.02333.6388.3579.8
HexF99EC602514214e5850
Octal371236306045242516130120
Binary1111100110011110110001100100101101001010100111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99EC6; }

 p { color: rgb(249,158,198); }

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

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

 a { background-color: rgb(249,158,198); }

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

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

 span { border-color: rgb(249,158,198); }

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