#F63ED5

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

Shades of Razzle Dazzle Rose #F63ED5

Tints of Razzle Dazzle Rose #F63ED5

Color information

#F63ED5 (or 0xF63ED5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 3E and D5. RGB value is (246,62,213). Sum of RGB (Red+Green+Blue) = 246+62+213=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F63ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63ED5 is #09C12A. Grayscale: #858585. Windows color (decimal): -639275 or 13975286. OLE color: 13975286.

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

Color convert

RGB24662213-
CMYK00.750.130.04
HSL310.76º91.09%60.39%-
HSV(B)310.76º74.8%96.47%-
XYZ51.7427.8465.6-
YUV134.23172.46207.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 62 (24.61% from 255) = 11.90%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=47.22%
G=11.90%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466221300.750.130.04310.7691.0960.39
HexF63ED504BD41375b3c
Octal36676325011315446713374
Binary11110110111110110101010100101111011001001101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63ED5; }

 p { color: rgb(246,62,213); }

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

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

 a { background-color: rgb(246,62,213); }

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

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

 span { border-color: rgb(246,62,213); }

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