#F99DC2

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

Shades of Carnation Pink #F99DC2

Tints of Carnation Pink #F99DC2

Color information

#F99DC2 (or 0xF99DC2) is unknown color: approx Carnation Pink. HEX triplet: F9, 9D and C2. RGB value is (249,157,194). Sum of RGB (Red+Green+Blue) = 249+157+194=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DC2 is #06623D. Grayscale: #BCBCBC. Windows color (decimal): -418366 or 12754425. OLE color: 12754425.

HSL color Cylindrical-coordinate representation of color #F99DC2: hue angle of 335.87º 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 #F99DC2 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB249157194-
CMYK00.370.220.02
HSL335.87º88.46%79.61%-
HSV(B)335.87º36.95%97.65%-
XYZ60.8648.1557.12-
YUV188.73130.98170.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.5%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 194 (76.17% from 255) = 32.33%
R=41.5%
G=26.17%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915719400.370.220.02335.8788.4679.61
HexF99DC20251621505850
Octal371235302045262520130120
Binary1111100110011101110000100100101101101010101000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99DC2; }

 p { color: rgb(249,157,194); }

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

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

 a { background-color: rgb(249,157,194); }

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

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

 span { border-color: rgb(249,157,194); }

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