Html Css Color HEX #F99FCB Carnation Pink

📋 copy color: '#F99FCB'

red 249 ◦ green 159 ◦ blue 203

#F99FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #F99FCB

Tints of Carnation Pink #F99FCB

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 value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F99FCB (or 0xF99FCB) is known color: 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

RGB 249 159 203 -
CMYK 0 0.36 0.18 0.02
HSL 330.67º 0.88% 0.8% -
HSV(B) 330.67º 0.36% 0.98% -
XYZ 62.24 49.25 62.73 -
YUV 190.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 249 159 203 0 0.36 0.18 0.02 330.67 0.88 0.8
Hex F9 9F CB 0 24 12 2 14B 58 50
Octal 371 237 313 0 44 22 2 513 130 120
Binary 11111001 10011111 11001011 0 100100 10010 10 101001011 1011000 1010000

Color Harmonies of #F99FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99FCB

Black with #F99FCB

Text Example


Text Example

White with #F99FCB

Text Example


Text Example

HTML Codes & Css Web 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>