#FF90CF

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

Shades of Tea Rose #FF90CF

Tints of Tea Rose #FF90CF

Color information

#FF90CF (or 0xFF90CF) is unknown color: approx Tea Rose. HEX triplet: FF, 90 and CF. RGB value is (255,144,207). Sum of RGB (Red+Green+Blue) = 255+144+207=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90CF is #006F30. Grayscale: #B8B8B8. Windows color (decimal): -28465 or 13603071. OLE color: 13603071.

HSL color Cylindrical-coordinate representation of color #FF90CF: hue angle of 325.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90CF is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255144207-
CMYK00.440.190
HSL325.95º100%78.24%-
HSV(B)325.95º43.53%100%-
XYZ62.4845.7164.56-
YUV184.37140.77178.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 144 (56.64% from 255) = 23.76%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=42.08%
G=23.76%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514420700.440.190325.9510078.24
HexFF90CF02C130146644e
Octal377220317054230506144116
Binary111111111001000011001111010110010011010100011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF90CF; }

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

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

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

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

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

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

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

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