#F630E2

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

Shades of Razzle Dazzle Rose #F630E2

Tints of Razzle Dazzle Rose #F630E2

Color information

#F630E2 (or 0xF630E2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 30 and E2. RGB value is (246,48,226). Sum of RGB (Red+Green+Blue) = 246+48+226=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F630E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630E2 is #09CF1D. Grayscale: #7E7E7E. Windows color (decimal): -642846 or 14823670. OLE color: 14823670.

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

Color convert

RGB24648226-
CMYK00.800.080.04
HSL306.06º91.67%57.65%-
HSV(B)306.06º80.49%96.47%-
XYZ52.7927.274.42-
YUV127.49183.6212.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.31%
GREEN value IS 48 (19.14% from 255) = 9.23%
BLUE value IS 226 (88.67% from 255) = 43.46%
R=47.31%
G=9.23%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2464822600.800.080.04306.0691.6757.65
HexF630E2050841325c3a
Octal36660342012010446213472
Binary11110110110000111000100101000010001001001100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F630E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F630E2; }

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

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

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

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

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

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

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

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