Html Css Color HEX #F991CE Tea Rose

📋 copy color: '#F991CE'

red 249 ◦ green 145 ◦ blue 206

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

Shades of Tea Rose #F991CE

Tints of Tea Rose #F991CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 41.5%
G = 24.17%
B = 34.33%

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

#F991CE (or 0xF991CE) is known color: Tea Rose. HEX triplet: F9, 91 and CE. RGB value is (249,145,206). Sum of RGB (Red+Green+Blue) = 249+145+206=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F991CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991CE is #066E31. Grayscale: #B6B6B6. Windows color (decimal): -421426 or 13537785. OLE color: 13537785.

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

Color convert

RGB 249 145 206 -
CMYK 0 0.42 0.17 0.02
HSL 324.81º 0.9% 0.77% -
HSV(B) 324.81º 0.42% 0.98% -
XYZ 60.33 44.85 63.87 -
YUV 183.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 249 145 206 0 0.42 0.17 0.02 324.81 0.9 0.77
Hex F9 91 CE 0 2A 11 2 145 5A 4D
Octal 371 221 316 0 52 21 2 505 132 115
Binary 11111001 10010001 11001110 0 101010 10001 10 101000101 1011010 1001101

Color Harmonies of #F991CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991CE

Black with #F991CE

Text Example


Text Example

White with #F991CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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