#F535DC

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

Shades of Razzle Dazzle Rose #F535DC

Tints of Razzle Dazzle Rose #F535DC

Color information

#F535DC (or 0xF535DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 35 and DC. RGB value is (245,53,220). Sum of RGB (Red+Green+Blue) = 245+53+220=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 53 (21.09% from 255 or 10.23% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F535DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535DC is #0ACA23. Grayscale: #808080. Windows color (decimal): -707108 or 14431733. OLE color: 14431733.

HSL color Cylindrical-coordinate representation of color #F535DC: hue angle of 307.81º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F535DC is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24553220-
CMYK00.780.100.04
HSL307.81º90.57%58.43%-
HSV(B)307.81º78.37%96.08%-
XYZ51.8527.1370.21-
YUV129.45179.11210.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.30%
GREEN value IS 53 (21.09% from 255) = 10.23%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=47.30%
G=10.23%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455322000.780.100.04307.8190.5758.43
HexF535DC04EA41345b3a
Octal36565334011612446413372
Binary11110101110101110111000100111010101001001101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F535DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F535DC; }

 p { color: rgb(245,53,220); }

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

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

 a { background-color: rgb(245,53,220); }

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

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

 span { border-color: rgb(245,53,220); }

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