Html Css Color HEX #FA80C7 Tea Rose

📋 copy color: '#FA80C7'

red 250 ◦ green 128 ◦ blue 199

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

Shades of Tea Rose #FA80C7

Tints of Tea Rose #FA80C7

RGB

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

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

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

R = 43.33%
G = 22.18%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA80C7 (or 0xFA80C7) is known color: Tea Rose. HEX triplet: FA, 80 and C7. RGB value is (250,128,199). Sum of RGB (Red+Green+Blue) = 250+128+199=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80C7 is #057F38. Grayscale: #ACACAC. Windows color (decimal): -360249 or 13074682. OLE color: 13074682.

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

Color convert

RGB 250 128 199 -
CMYK 0 0.49 0.20 0.02
HSL 325.08º 0.92% 0.74% -
HSV(B) 325.08º 0.49% 0.98% -
XYZ 57.45 39.89 58.7 -
YUV 172.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 250 128 199 0 0.49 0.20 0.02 325.08 0.92 0.74
Hex FA 80 C7 0 31 14 2 145 5C 4A
Octal 372 200 307 0 61 24 2 505 134 112
Binary 11111010 10000000 11000111 0 110001 10100 10 101000101 1011100 1001010

Color Harmonies of #FA80C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80C7

Black with #FA80C7

Text Example


Text Example

White with #FA80C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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