Html Css Color HEX #FA80C4 Tea Rose

📋 copy color: '#FA80C4'

red 250 ◦ green 128 ◦ blue 196

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

Shades of Tea Rose #FA80C4

Tints of Tea Rose #FA80C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.15%

R = 43.55%
G = 22.3%
B = 34.15%

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

#FA80C4 (or 0xFA80C4) is known color: Tea Rose. HEX triplet: FA, 80 and C4. RGB value is (250,128,196). Sum of RGB (Red+Green+Blue) = 250+128+196=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80C4 is #057F3B. Grayscale: #ACACAC. Windows color (decimal): -360252 or 12878074. OLE color: 12878074.

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

Color convert

RGB 250 128 196 -
CMYK 0 0.49 0.22 0.02
HSL 326.56º 0.92% 0.74% -
HSV(B) 326.56º 0.49% 0.98% -
XYZ 57.11 39.75 56.89 -
YUV 172.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 250 128 196 0 0.49 0.22 0.02 326.56 0.92 0.74
Hex FA 80 C4 0 31 16 2 147 5C 4A
Octal 372 200 304 0 61 26 2 507 134 112
Binary 11111010 10000000 11000100 0 110001 10110 10 101000111 1011100 1001010

Color Harmonies of #FA80C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80C4

Black with #FA80C4

Text Example


Text Example

White with #FA80C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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