#F526E8

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

Shades of Razzle Dazzle Rose #F526E8

Tints of Razzle Dazzle Rose #F526E8

Color information

#F526E8 (or 0xF526E8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 26 and E8. RGB value is (245,38,232). Sum of RGB (Red+Green+Blue) = 245+38+232=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 38 (15.23% from 255 or 7.38% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F526E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526E8 is #0AD917. Grayscale: #797979. Windows color (decimal): -710936 or 15214325. OLE color: 15214325.

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

Color convert

RGB24538232-
CMYK00.840.050.04
HSL303.77º91.19%55.49%-
HSV(B)303.77º84.49%96.08%-
XYZ52.9126.6278.69-
YUV122.01190.08215.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 38 (15.23% from 255) = 7.38%
BLUE value IS 232 (91.02% from 255) = 45.05%
R=47.57%
G=7.38%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453823200.840.050.04303.7791.1955.49
HexF526E8054541305b37
Octal3654635001245446013367
Binary1111010110011011101000010101001011001001100001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F526E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F526E8; }

 p { color: rgb(245,38,232); }

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

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

 a { background-color: rgb(245,38,232); }

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

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

 span { border-color: rgb(245,38,232); }

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