#F53CAD

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

Shades of Persian Rose #F53CAD

Tints of Persian Rose #F53CAD

Color information

#F53CAD (or 0xF53CAD) is unknown color: approx Persian Rose. HEX triplet: F5, 3C and AD. RGB value is (245,60,173). Sum of RGB (Red+Green+Blue) = 245+60+173=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53CAD is #0AC352. Grayscale: #7F7F7F. Windows color (decimal): -705363 or 11353333. OLE color: 11353333.

HSL color Cylindrical-coordinate representation of color #F53CAD: hue angle of 323.35º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CAD is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB24560173-
CMYK00.760.290.04
HSL323.35º90.24%59.8%-
HSV(B)323.35º75.51%96.08%-
XYZ46.8125.6642.02-
YUV128.2153.29211.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.26%
GREEN value IS 60 (23.83% from 255) = 12.55%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=51.26%
G=12.55%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456017300.760.290.04323.3590.2459.8
HexF53CAD04C1D41435a3c
Octal36574255011435450313274
Binary111101011111001010110101001100111011001010000111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53CAD; }

 p { color: rgb(245,60,173); }

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

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

 a { background-color: rgb(245,60,173); }

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

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

 span { border-color: rgb(245,60,173); }

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