Html Css Color HEX #F991CA Tea Rose

📋 copy color: '#F991CA'

red 249 ◦ green 145 ◦ blue 202

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

Shades of Tea Rose #F991CA

Tints of Tea Rose #F991CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.89%

R = 41.78%
G = 24.33%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F991CA (or 0xF991CA) is known color: Tea Rose. HEX triplet: F9, 91 and CA. RGB value is (249,145,202). Sum of RGB (Red+Green+Blue) = 249+145+202=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F991CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991CA is #066E35. Grayscale: #B6B6B6. Windows color (decimal): -421430 or 13275641. OLE color: 13275641.

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

Color convert

RGB 249 145 202 -
CMYK 0 0.42 0.19 0.02
HSL 327.12º 0.9% 0.77% -
HSV(B) 327.12º 0.42% 0.98% -
XYZ 59.85 44.65 61.34 -
YUV 182.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 249 145 202 0 0.42 0.19 0.02 327.12 0.9 0.77
Hex F9 91 CA 0 2A 13 2 147 5A 4D
Octal 371 221 312 0 52 23 2 507 132 115
Binary 11111001 10010001 11001010 0 101010 10011 10 101000111 1011010 1001101

Color Harmonies of #F991CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991CA

Black with #F991CA

Text Example


Text Example

White with #F991CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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