Html Css Color HEX #F991C8 Tea Rose

📋 copy color: '#F991C8'

red 249 ◦ green 145 ◦ blue 200

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

Shades of Tea Rose #F991C8

Tints of Tea Rose #F991C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.67%

R = 41.92%
G = 24.41%
B = 33.67%

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

#F991C8 (or 0xF991C8) is known color: Tea Rose. HEX triplet: F9, 91 and C8. RGB value is (249,145,200). Sum of RGB (Red+Green+Blue) = 249+145+200=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F991C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991C8 is #066E37. Grayscale: #B6B6B6. Windows color (decimal): -421432 or 13144569. OLE color: 13144569.

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

Color convert

RGB 249 145 200 -
CMYK 0 0.42 0.20 0.02
HSL 328.27º 0.9% 0.77% -
HSV(B) 328.27º 0.42% 0.98% -
XYZ 59.62 44.56 60.1 -
YUV 182.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 249 145 200 0 0.42 0.20 0.02 328.27 0.9 0.77
Hex F9 91 C8 0 2A 14 2 148 5A 4D
Octal 371 221 310 0 52 24 2 510 132 115
Binary 11111001 10010001 11001000 0 101010 10100 10 101001000 1011010 1001101

Color Harmonies of #F991C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991C8

Black with #F991C8

Text Example


Text Example

White with #F991C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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