Html Css Color HEX #FA80C2 Tea Rose

📋 copy color: '#FA80C2'

red 250 ◦ green 128 ◦ blue 194

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

Shades of Tea Rose #FA80C2

Tints of Tea Rose #FA80C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.92%

R = 43.71%
G = 22.38%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA80C2 (or 0xFA80C2) is known color: Tea Rose. HEX triplet: FA, 80 and C2. RGB value is (250,128,194). Sum of RGB (Red+Green+Blue) = 250+128+194=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80C2 is #057F3D. Grayscale: #ABABAB. Windows color (decimal): -360254 or 12747002. OLE color: 12747002.

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

Color convert

RGB 250 128 194 -
CMYK 0 0.49 0.22 0.02
HSL 327.54º 0.92% 0.74% -
HSV(B) 327.54º 0.49% 0.98% -
XYZ 56.88 39.66 55.7 -
YUV 172 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 250 128 194 0 0.49 0.22 0.02 327.54 0.92 0.74
Hex FA 80 C2 0 31 16 2 148 5C 4A
Octal 372 200 302 0 61 26 2 510 134 112
Binary 11111010 10000000 11000010 0 110001 10110 10 101001000 1011100 1001010

Color Harmonies of #FA80C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80C2

Black with #FA80C2

Text Example


Text Example

White with #FA80C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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