Html Css Color HEX #FA81C5 Tea Rose

📋 copy color: '#FA81C5'

red 250 ◦ green 129 ◦ blue 197

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

Shades of Tea Rose #FA81C5

Tints of Tea Rose #FA81C5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.4%

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

R = 43.4%
G = 22.4%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA81C5 (or 0xFA81C5) is known color: Tea Rose. HEX triplet: FA, 81 and C5. RGB value is (250,129,197). Sum of RGB (Red+Green+Blue) = 250+129+197=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81C5 is #057E3A. Grayscale: #ACACAC. Windows color (decimal): -359995 or 12943866. OLE color: 12943866.

HSL color Cylindrical-coordinate representation of color #FA81C5: hue angle of 326.28º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA81C5 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 129 197 -
CMYK 0 0.48 0.21 0.02
HSL 326.28º 0.92% 0.74% -
HSV(B) 326.28º 0.48% 0.98% -
XYZ 57.35 40.06 57.53 -
YUV 172.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 250 129 197 0 0.48 0.21 0.02 326.28 0.92 0.74
Hex FA 81 C5 0 30 15 2 146 5C 4A
Octal 372 201 305 0 60 25 2 506 134 112
Binary 11111010 10000001 11000101 0 110000 10101 10 101000110 1011100 1001010

Color Harmonies of #FA81C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81C5

Black with #FA81C5

Text Example


Text Example

White with #FA81C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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