#F485CB

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

Shades of Tea Rose #F485CB

Tints of Tea Rose #F485CB

Color information

#F485CB (or 0xF485CB) is unknown color: approx Tea Rose. HEX triplet: F4, 85 and CB. RGB value is (244,133,203). Sum of RGB (Red+Green+Blue) = 244+133+203=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F485CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485CB is #0B7A34. Grayscale: #AEAEAE. Windows color (decimal): -752181 or 13338100. OLE color: 13338100.

HSL color Cylindrical-coordinate representation of color #F485CB: hue angle of 322.16º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485CB is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244133203-
CMYK00.450.170.04
HSL322.16º83.46%73.92%-
HSV(B)322.16º45.49%95.69%-
XYZ56.4840.3261.31-
YUV174.17144.27177.81-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 203 (79.69% from 255) = 35%
R=42.07%
G=22.93%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413320300.450.170.04322.1683.4673.92
HexF485CB02D114142534a
Octal364205313055214502123112
Binary11110100100001011100101101011011000110010100001010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F485CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F485CB; }

 p { color: rgb(244,133,203); }

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

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

 a { background-color: rgb(244,133,203); }

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

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

 span { border-color: rgb(244,133,203); }

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