#F535F6

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

Shades of Razzle Dazzle Rose #F535F6

Tints of Razzle Dazzle Rose #F535F6

Color information

#F535F6 (or 0xF535F6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 35 and F6. RGB value is (245,53,246). Sum of RGB (Red+Green+Blue) = 245+53+246=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 53 (21.09% from 255 or 9.74% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #F535F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F535F6 is #0ACA09. Grayscale: #838383. Windows color (decimal): -707082 or 16135669. OLE color: 16135669.

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

Color convert

RGB24553246-
CMYK0.000.7800.04
HSL299.69º91.47%58.63%-
HSV(B)299.69º78.46%96.47%-
XYZ55.5628.6189.78-
YUV132.41192.11208.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 53 (21.09% from 255) = 9.74%
BLUE value IS 246 (96.48% from 255) = 45.22%
R=45.04%
G=9.74%
B=45.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245532460.000.7800.04299.6991.4758.63
HexF535F604E0412c5b3b
Octal3656536601160445413373
Binary11110101110101111101100100111001001001011001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F535F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F535F6; }

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

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

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

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

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

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

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

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