Html Css Color HEX #F99CCF Carnation Pink

📋 copy color: '#F99CCF'

red 249 ◦ green 156 ◦ blue 207

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

Shades of Carnation Pink #F99CCF

Tints of Carnation Pink #F99CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 40.69%
G = 25.49%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F99CCF (or 0xF99CCF) is known color: Carnation Pink. HEX triplet: F9, 9C and CF. RGB value is (249,156,207). Sum of RGB (Red+Green+Blue) = 249+156+207=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CCF is #066330. Grayscale: #BDBDBD. Windows color (decimal): -418609 or 13606137. OLE color: 13606137.

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

Color convert

RGB 249 156 207 -
CMYK 0 0.37 0.17 0.02
HSL 327.1º 0.89% 0.79% -
HSV(B) 327.1º 0.37% 0.98% -
XYZ 62.22 48.42 65.1 -
YUV 189.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 249 156 207 0 0.37 0.17 0.02 327.1 0.89 0.79
Hex F9 9C CF 0 25 11 2 147 59 4F
Octal 371 234 317 0 45 21 2 507 131 117
Binary 11111001 10011100 11001111 0 100101 10001 10 101000111 1011001 1001111

Color Harmonies of #F99CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99CCF

Black with #F99CCF

Text Example


Text Example

White with #F99CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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