Html Css Color HEX #FA91C5 Tea Rose

📋 copy color: '#FA91C5'

red 250 ◦ green 145 ◦ blue 197

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

Shades of Tea Rose #FA91C5

Tints of Tea Rose #FA91C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 42.23%
G = 24.49%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA91C5 (or 0xFA91C5) is known color: Tea Rose. HEX triplet: FA, 91 and C5. RGB value is (250,145,197). Sum of RGB (Red+Green+Blue) = 250+145+197=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91C5 is #056E3A. Grayscale: #B6B6B6. Windows color (decimal): -355899 or 12947962. OLE color: 12947962.

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

Color convert

RGB 250 145 197 -
CMYK 0 0.42 0.21 0.02
HSL 330.29º 0.91% 0.77% -
HSV(B) 330.29º 0.42% 0.98% -
XYZ 59.63 44.61 58.29 -
YUV 182.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 250 145 197 0 0.42 0.21 0.02 330.29 0.91 0.77
Hex FA 91 C5 0 2A 15 2 14A 5B 4D
Octal 372 221 305 0 52 25 2 512 133 115
Binary 11111010 10010001 11000101 0 101010 10101 10 101001010 1011011 1001101

Color Harmonies of #FA91C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA91C5

Black with #FA91C5

Text Example


Text Example

White with #FA91C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA91C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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