#F63AC5

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

Shades of Razzle Dazzle Rose #F63AC5

Tints of Razzle Dazzle Rose #F63AC5

Color information

#F63AC5 (or 0xF63AC5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 3A and C5. RGB value is (246,58,197). Sum of RGB (Red+Green+Blue) = 246+58+197=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63AC5 is #09C53A. Grayscale: #818181. Windows color (decimal): -640315 or 12925686. OLE color: 12925686.

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

Color convert

RGB24658197-
CMYK00.760.200.04
HSL315.64º91.26%59.61%-
HSV(B)315.64º76.42%96.47%-
XYZ49.626.6555.35-
YUV130.06165.78210.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.10%
GREEN value IS 58 (23.05% from 255) = 11.58%
BLUE value IS 197 (77.34% from 255) = 39.32%
R=49.10%
G=11.58%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465819700.760.200.04315.6491.2659.61
HexF63AC504C14413c5b3c
Octal36672305011424447413374
Binary111101101110101100010101001100101001001001111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63AC5; }

 p { color: rgb(246,58,197); }

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

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

 a { background-color: rgb(246,58,197); }

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

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

 span { border-color: rgb(246,58,197); }

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