#F63BDE

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

Shades of Razzle Dazzle Rose #F63BDE

Tints of Razzle Dazzle Rose #F63BDE

Color information

#F63BDE (or 0xF63BDE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 3B and DE. RGB value is (246,59,222). Sum of RGB (Red+Green+Blue) = 246+59+222=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 59 (23.44% from 255 or 11.20% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BDE is #09C421. Grayscale: #858585. Windows color (decimal): -640034 or 14564342. OLE color: 14564342.

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

Color convert

RGB24659222-
CMYK00.760.100.04
HSL307.7º91.22%59.8%-
HSV(B)307.7º76.02%96.47%-
XYZ52.7527.9971.73-
YUV133.5177.95208.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.68%
GREEN value IS 59 (23.44% from 255) = 11.20%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=46.68%
G=11.20%
B=42.13%

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
Decimal2465922200.760.100.04307.791.2259.8
HexF63BDE04CA41345b3c
Octal36673336011412446413374
Binary11110110111011110111100100110010101001001101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63BDE; }

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

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

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

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

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

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

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

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