#F630EC

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

Shades of Razzle Dazzle Rose #F630EC

Tints of Razzle Dazzle Rose #F630EC

Color information

#F630EC (or 0xF630EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 30 and EC. RGB value is (246,48,236). Sum of RGB (Red+Green+Blue) = 246+48+236=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F630EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F630EC is #09CF13. Grayscale: #808080. Windows color (decimal): -642836 or 15479030. OLE color: 15479030.

HSL color Cylindrical-coordinate representation of color #F630EC: hue angle of 303.03º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F630EC is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB24648236-
CMYK00.800.040.04
HSL303.03º91.67%57.65%-
HSV(B)303.03º80.49%96.47%-
XYZ54.227.7681.86-
YUV128.63188.6211.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.42%
GREEN value IS 48 (19.14% from 255) = 9.06%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=46.42%
G=9.06%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2464823600.800.040.04303.0391.6757.65
HexF630EC0504412f5c3a
Octal3666035401204445713472
Binary1111011011000011101100010100001001001001011111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F630EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F630EC; }

 p { color: rgb(246,48,236); }

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

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

 a { background-color: rgb(246,48,236); }

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

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

 span { border-color: rgb(246,48,236); }

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