Html Css Color HEX #FA91C7 Tea Rose

📋 copy color: '#FA91C7'

red 250 ◦ green 145 ◦ blue 199

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

Shades of Tea Rose #FA91C7

Tints of Tea Rose #FA91C7

RGB

 RED value IS 250 (98.05% from 255) = 42.09%

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

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

R = 42.09%
G = 24.41%
B = 33.5%

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

#FA91C7 (or 0xFA91C7) is known color: Tea Rose. HEX triplet: FA, 91 and C7. RGB value is (250,145,199). Sum of RGB (Red+Green+Blue) = 250+145+199=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91C7 is #056E38. Grayscale: #B6B6B6. Windows color (decimal): -355897 or 13079034. OLE color: 13079034.

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

Color convert

RGB 250 145 199 -
CMYK 0 0.42 0.20 0.02
HSL 329.14º 0.91% 0.77% -
HSV(B) 329.14º 0.42% 0.98% -
XYZ 59.86 44.7 59.51 -
YUV 182.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 250 145 199 0 0.42 0.20 0.02 329.14 0.91 0.77
Hex FA 91 C7 0 2A 14 2 149 5B 4D
Octal 372 221 307 0 52 24 2 511 133 115
Binary 11111010 10010001 11000111 0 101010 10100 10 101001001 1011011 1001101

Color Harmonies of #FA91C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA91C7

Black with #FA91C7

Text Example


Text Example

White with #FA91C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA91C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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