#F484CA

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

Shades of Tea Rose #F484CA

Tints of Tea Rose #F484CA

Color information

#F484CA (or 0xF484CA) is unknown color: approx Tea Rose. HEX triplet: F4, 84 and CA. RGB value is (244,132,202). Sum of RGB (Red+Green+Blue) = 244+132+202=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F484CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484CA is #0B7B35. Grayscale: #ADADAD. Windows color (decimal): -752438 or 13272308. OLE color: 13272308.

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

Color convert

RGB244132202-
CMYK00.460.170.04
HSL322.5º83.58%73.73%-
HSV(B)322.5º45.9%95.69%-
XYZ56.224060.63-
YUV173.47144.11178.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 132 (51.95% from 255) = 22.84%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=42.21%
G=22.84%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413220200.460.170.04322.583.5873.73
HexF484CA02E114142544a
Octal364204312056214502124112
Binary11110100100001001100101001011101000110010100001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484CA; }

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

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

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

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

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

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

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

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