Html Css Color HEX #F991CC Tea Rose

📋 copy color: '#F991CC'

red 249 ◦ green 145 ◦ blue 204

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

Shades of Tea Rose #F991CC

Tints of Tea Rose #F991CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.11%

R = 41.64%
G = 24.25%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F991CC (or 0xF991CC) is known color: Tea Rose. HEX triplet: F9, 91 and CC. RGB value is (249,145,204). Sum of RGB (Red+Green+Blue) = 249+145+204=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F991CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991CC is #066E33. Grayscale: #B6B6B6. Windows color (decimal): -421428 or 13406713. OLE color: 13406713.

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

Color convert

RGB 249 145 204 -
CMYK 0 0.42 0.18 0.02
HSL 325.96º 0.9% 0.77% -
HSV(B) 325.96º 0.42% 0.98% -
XYZ 60.09 44.75 62.6 -
YUV 182.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 249 145 204 0 0.42 0.18 0.02 325.96 0.9 0.77
Hex F9 91 CC 0 2A 12 2 146 5A 4D
Octal 371 221 314 0 52 22 2 506 132 115
Binary 11111001 10010001 11001100 0 101010 10010 10 101000110 1011010 1001101

Color Harmonies of #F991CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991CC

Black with #F991CC

Text Example


Text Example

White with #F991CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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