#F99FCB

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

Shades of Carnation Pink #F99FCB

Tints of Carnation Pink #F99FCB

Color information

#F99FCB (or 0xF99FCB) is unknown color: approx Carnation Pink. HEX triplet: F9, 9F and CB. RGB value is (249,159,203). Sum of RGB (Red+Green+Blue) = 249+159+203=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FCB is #066034. Grayscale: #BEBEBE. Windows color (decimal): -417845 or 13344761. OLE color: 13344761.

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

Color convert

RGB249159203-
CMYK00.360.180.02
HSL330.67º88.24%80%-
HSV(B)330.67º36.14%97.65%-
XYZ62.2449.2562.73-
YUV190.93134.82169.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=40.75%
G=26.02%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915920300.360.180.02330.6788.2480
HexF99FCB02412214b5850
Octal371237313044222513130120
Binary1111100110011111110010110100100100101010100101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99FCB; }

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

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

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

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

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

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

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

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