#FA81CF

Color #FA81CF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA81CF

Tints of Tea Rose #FA81CF

Color information

#FA81CF (or 0xFA81CF) is unknown color: approx Tea Rose. HEX triplet: FA, 81 and CF. RGB value is (250,129,207). Sum of RGB (Red+Green+Blue) = 250+129+207=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81CF is #057E30. Grayscale: #ADADAD. Windows color (decimal): -359985 or 13599226. OLE color: 13599226.

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

Color convert

RGB250129207-
CMYK00.480.170.02
HSL321.32º92.37%74.31%-
HSV(B)321.32º48.4%98.04%-
XYZ58.5440.5363.77-
YUV174.07146.59182.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 129 (50.78% from 255) = 22.01%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=42.66%
G=22.01%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012920700.480.170.02321.3292.3774.31
HexFA81CF0301121415c4a
Octal372201317060212501134112
Binary1111101010000001110011110110000100011010100000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81CF; }

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

 H1.HeaderClassName
 {
   color: #FA81CF;
 }
 .AnyTagClassName
 {
   color: #FA81CF;
 }
</style>
background-color css

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

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

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

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

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

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