#F64BC0

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

Shades of Razzle Dazzle Rose #F64BC0

Tints of Razzle Dazzle Rose #F64BC0

Color information

#F64BC0 (or 0xF64BC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 4B and C0. RGB value is (246,75,192). Sum of RGB (Red+Green+Blue) = 246+75+192=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BC0 is #09B43F. Grayscale: #8B8B8B. Windows color (decimal): -635968 or 12602358. OLE color: 12602358.

HSL color Cylindrical-coordinate representation of color #F64BC0: hue angle of 318.95º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BC0 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24675192-
CMYK00.700.220.04
HSL318.95º90.48%62.94%-
HSV(B)318.95º69.51%96.47%-
XYZ50.0428.4352.72-
YUV139.47157.65203.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.95%
GREEN value IS 75 (29.69% from 255) = 14.62%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=47.95%
G=14.62%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467519200.700.220.04318.9590.4862.94
HexF64BC004616413f5a3f
Octal366113300010626447713277
Binary1111011010010111100000001000110101101001001111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64BC0; }

 p { color: rgb(246,75,192); }

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

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

 a { background-color: rgb(246,75,192); }

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

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

 span { border-color: rgb(246,75,192); }

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