#F63BDD

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

Shades of Razzle Dazzle Rose #F63BDD

Tints of Razzle Dazzle Rose #F63BDD

Color information

#F63BDD (or 0xF63BDD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 3B and DD. RGB value is (246,59,221). Sum of RGB (Red+Green+Blue) = 246+59+221=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 59 (23.44% from 255 or 11.22% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BDD is #09C422. Grayscale: #848484. Windows color (decimal): -640035 or 14498806. OLE color: 14498806.

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

Color convert

RGB24659221-
CMYK00.760.100.04
HSL308.02º91.22%59.8%-
HSV(B)308.02º76.02%96.47%-
XYZ52.6227.9471.03-
YUV133.38177.45208.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.77%
GREEN value IS 59 (23.44% from 255) = 11.22%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=46.77%
G=11.22%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465922100.760.100.04308.0291.2259.8
HexF63BDD04CA41345b3c
Octal36673335011412446413374
Binary11110110111011110111010100110010101001001101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63BDD; }

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

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

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

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

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

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

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

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