Html Css Color HEX #F991C7 Tea Rose

📋 copy color: '#F991C7'

red 249 ◦ green 145 ◦ blue 199

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

Shades of Tea Rose #F991C7

Tints of Tea Rose #F991C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.56%

R = 41.99%
G = 24.45%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F991C7 (or 0xF991C7) is known color: Tea Rose. HEX triplet: F9, 91 and C7. RGB value is (249,145,199). Sum of RGB (Red+Green+Blue) = 249+145+199=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F991C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991C7 is #066E38. Grayscale: #B6B6B6. Windows color (decimal): -421433 or 13079033. OLE color: 13079033.

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

Color convert

RGB 249 145 199 -
CMYK 0 0.42 0.20 0.02
HSL 328.85º 0.9% 0.77% -
HSV(B) 328.85º 0.42% 0.98% -
XYZ 59.5 44.51 59.49 -
YUV 182.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 249 145 199 0 0.42 0.20 0.02 328.85 0.9 0.77
Hex F9 91 C7 0 2A 14 2 149 5A 4D
Octal 371 221 307 0 52 24 2 511 132 115
Binary 11111001 10010001 11000111 0 101010 10100 10 101001001 1011010 1001101

Color Harmonies of #F991C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991C7

Black with #F991C7

Text Example


Text Example

White with #F991C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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