Html Css Color HEX #F99CC0 Carnation Pink

📋 copy color: '#F99CC0'

red 249 ◦ green 156 ◦ blue 192

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

Shades of Carnation Pink #F99CC0

Tints of Carnation Pink #F99CC0

RGB

 RED value IS 249 (97.66% from 255) = 41.71%

 GREEN value IS 156 (61.33% from 255) = 26.13%

 BLUE value IS 192 (75.39% from 255) = 32.16%

R = 41.71%
G = 26.13%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F99CC0 (or 0xF99CC0) is known color: Carnation Pink. HEX triplet: F9, 9C and C0. RGB value is (249,156,192). Sum of RGB (Red+Green+Blue) = 249+156+192=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CC0 is #06633F. Grayscale: #BBBBBB. Windows color (decimal): -418624 or 12623097. OLE color: 12623097.

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

Color convert

RGB 249 156 192 -
CMYK 0 0.37 0.23 0.02
HSL 336.77º 0.89% 0.79% -
HSV(B) 336.77º 0.37% 0.98% -
XYZ 60.47 47.72 55.89 -
YUV 187.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 249 156 192 0 0.37 0.23 0.02 336.77 0.89 0.79
Hex F9 9C C0 0 25 17 2 151 59 4F
Octal 371 234 300 0 45 27 2 521 131 117
Binary 11111001 10011100 11000000 0 100101 10111 10 101010001 1011001 1001111

Color Harmonies of #F99CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99CC0

Black with #F99CC0

Text Example


Text Example

White with #F99CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99CC0; }

 p { color: rgb(249,156,192); }

 H1.HeaderClassName
 {
   color: #F99CC0;
 }
 .AnyTagClassName
 {
   color: #F99CC0;
 }
</style>

background-color css

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

 a { background-color: rgb(249,156,192); }

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

border-color css

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

 span { border-color: rgb(249,156,192); }

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