#F584C4

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

Shades of Tea Rose #F584C4

Tints of Tea Rose #F584C4

Color information

#F584C4 (or 0xF584C4) is unknown color: approx Tea Rose. HEX triplet: F5, 84 and C4. RGB value is (245,132,196). Sum of RGB (Red+Green+Blue) = 245+132+196=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F584C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584C4 is #0A7B3B. Grayscale: #ACACAC. Windows color (decimal): -686908 or 12879093. OLE color: 12879093.

HSL color Cylindrical-coordinate representation of color #F584C4: hue angle of 326.02º degrees, saturation: 0.85, 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 #F584C4 is Cyan = 0, Magento = 0.46, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB245132196-
CMYK00.460.20.04
HSL326.02º84.96%73.92%-
HSV(B)326.02º46.12%96.08%-
XYZ55.8739.956.98-
YUV173.08140.94179.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.76%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=42.76%
G=23.04%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513219600.460.20.04326.0284.9673.92
HexF584C402E144146554a
Octal365204304056244506125112
Binary11110101100001001100010001011101010010010100011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F584C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F584C4; }

 p { color: rgb(245,132,196); }

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

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

 a { background-color: rgb(245,132,196); }

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

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

 span { border-color: rgb(245,132,196); }

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