Html Css Color HEX #FA80CA Tea Rose

📋 copy color: '#FA80CA'

red 250 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #FA80CA

Tints of Tea Rose #FA80CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.07%

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 43.1%
G = 22.07%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA80CA (or 0xFA80CA) is known color: Tea Rose. HEX triplet: FA, 80 and CA. RGB value is (250,128,202). Sum of RGB (Red+Green+Blue) = 250+128+202=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80CA is #057F35. Grayscale: #ACACAC. Windows color (decimal): -360246 or 13271290. OLE color: 13271290.

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

Color convert

RGB 250 128 202 -
CMYK 0 0.49 0.19 0.02
HSL 323.61º 0.92% 0.74% -
HSV(B) 323.61º 0.49% 0.98% -
XYZ 57.8 40.03 60.56 -
YUV 172.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 250 128 202 0 0.49 0.19 0.02 323.61 0.92 0.74
Hex FA 80 CA 0 31 13 2 144 5C 4A
Octal 372 200 312 0 61 23 2 504 134 112
Binary 11111010 10000000 11001010 0 110001 10011 10 101000100 1011100 1001010

Color Harmonies of #FA80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80CA

Black with #FA80CA

Text Example


Text Example

White with #FA80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80CA; }

 p { color: rgb(250,128,202); }

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

background-color css

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

 a { background-color: rgb(250,128,202); }

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

border-color css

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

 span { border-color: rgb(250,128,202); }

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