#F482CA

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

Shades of Tea Rose #F482CA

Tints of Tea Rose #F482CA

Color information

#F482CA (or 0xF482CA) is unknown color: approx Tea Rose. HEX triplet: F4, 82 and CA. RGB value is (244,130,202). Sum of RGB (Red+Green+Blue) = 244+130+202=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F482CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482CA is #0B7D35. Grayscale: #ACACAC. Windows color (decimal): -752950 or 13271796. OLE color: 13271796.

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

Color convert

RGB244130202-
CMYK00.470.170.04
HSL322.11º83.82%73.33%-
HSV(B)322.11º46.72%95.69%-
XYZ55.9539.4660.55-
YUV172.29144.77179.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.36%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=42.36%
G=22.57%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413020200.470.170.04322.1183.8273.33
HexF482CA02F1141425449
Octal364202312057214502124111
Binary11110100100000101100101001011111000110010100001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F482CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F482CA; }

 p { color: rgb(244,130,202); }

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

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

 a { background-color: rgb(244,130,202); }

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

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

 span { border-color: rgb(244,130,202); }

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