#F63BDC

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

Shades of Razzle Dazzle Rose #F63BDC

Tints of Razzle Dazzle Rose #F63BDC

Color information

#F63BDC (or 0xF63BDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 3B and DC. RGB value is (246,59,220). Sum of RGB (Red+Green+Blue) = 246+59+220=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 59 (23.44% from 255 or 11.24% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BDC is #09C423. Grayscale: #848484. Windows color (decimal): -640036 or 14433270. OLE color: 14433270.

HSL color Cylindrical-coordinate representation of color #F63BDC: hue angle of 308.34º degrees, saturation: 0.91, 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 #F63BDC is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24659220-
CMYK00.760.110.04
HSL308.34º91.22%59.8%-
HSV(B)308.34º76.02%96.47%-
XYZ52.4927.8970.33-
YUV133.27176.95208.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.86%
GREEN value IS 59 (23.44% from 255) = 11.24%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=46.86%
G=11.24%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465922000.760.110.04308.3491.2259.8
HexF63BDC04CB41345b3c
Octal36673334011413446413374
Binary11110110111011110111000100110010111001001101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63BDC; }

 p { color: rgb(246,59,220); }

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

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

 a { background-color: rgb(246,59,220); }

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

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

 span { border-color: rgb(246,59,220); }

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