Html Css Color HEX #F991CF Tea Rose

📋 copy color: '#F991CF'

red 249 ◦ green 145 ◦ blue 207

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

Shades of Tea Rose #F991CF

Tints of Tea Rose #F991CF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.13%

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

R = 41.43%
G = 24.13%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F991CF (or 0xF991CF) is known color: Tea Rose. HEX triplet: F9, 91 and CF. RGB value is (249,145,207). Sum of RGB (Red+Green+Blue) = 249+145+207=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F991CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991CF is #066E30. Grayscale: #B7B7B7. Windows color (decimal): -421425 or 13603321. OLE color: 13603321.

HSL color Cylindrical-coordinate representation of color #F991CF: hue angle of 324.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991CF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 207 -
CMYK 0 0.42 0.17 0.02
HSL 324.23º 0.9% 0.77% -
HSV(B) 324.23º 0.42% 0.98% -
XYZ 60.45 44.9 64.51 -
YUV 183.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 249 145 207 0 0.42 0.17 0.02 324.23 0.9 0.77
Hex F9 91 CF 0 2A 11 2 144 5A 4D
Octal 371 221 317 0 52 21 2 504 132 115
Binary 11111001 10010001 11001111 0 101010 10001 10 101000100 1011010 1001101

Color Harmonies of #F991CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991CF

Black with #F991CF

Text Example


Text Example

White with #F991CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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