#FA90CF

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

Shades of Tea Rose #FA90CF

Tints of Tea Rose #FA90CF

Color information

#FA90CF (or 0xFA90CF) is unknown color: approx Tea Rose. HEX triplet: FA, 90 and CF. RGB value is (250,144,207). Sum of RGB (Red+Green+Blue) = 250+144+207=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90CF is #056F30. Grayscale: #B6B6B6. Windows color (decimal): -356145 or 13603066. OLE color: 13603066.

HSL color Cylindrical-coordinate representation of color #FA90CF: hue angle of 324.34º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90CF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250144207-
CMYK00.420.170.02
HSL324.34º91.38%77.25%-
HSV(B)324.34º42.4%98.04%-
XYZ60.6644.7864.48-
YUV182.88141.62175.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=41.60%
G=23.96%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014420700.420.170.02324.3491.3877.25
HexFA90CF02A1121445b4d
Octal372220317052212504133115
Binary1111101010010000110011110101010100011010100010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA90CF; }

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

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

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

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

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

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

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

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