Html Css Color HEX #F99FCF Carnation Pink

📋 copy color: '#F99FCF'

red 249 ◦ green 159 ◦ blue 207

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

Shades of Carnation Pink #F99FCF

Tints of Carnation Pink #F99FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.85%

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

R = 40.49%
G = 25.85%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F99FCF (or 0xF99FCF) is known color: Carnation Pink. HEX triplet: F9, 9F and CF. RGB value is (249,159,207). Sum of RGB (Red+Green+Blue) = 249+159+207=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FCF is #066030. Grayscale: #BFBFBF. Windows color (decimal): -417841 or 13606905. OLE color: 13606905.

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

Color convert

RGB 249 159 207 -
CMYK 0 0.36 0.17 0.02
HSL 328º 0.88% 0.8% -
HSV(B) 328º 0.36% 0.98% -
XYZ 62.73 49.44 65.27 -
YUV 191.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 249 159 207 0 0.36 0.17 0.02 328 0.88 0.8
Hex F9 9F CF 0 24 11 2 148 58 50
Octal 371 237 317 0 44 21 2 510 130 120
Binary 11111001 10011111 11001111 0 100100 10001 10 101001000 1011000 1010000

Color Harmonies of #F99FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99FCF

Black with #F99FCF

Text Example


Text Example

White with #F99FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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