#F034DC

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

Shades of Razzle Dazzle Rose #F034DC

Tints of Razzle Dazzle Rose #F034DC

Color information

#F034DC (or 0xF034DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 34 and DC. RGB value is (240,52,220). Sum of RGB (Red+Green+Blue) = 240+52+220=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 52 (20.70% from 255 or 10.16% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F034DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034DC is #0FCB23. Grayscale: #7E7E7E. Windows color (decimal): -1035044 or 14431472. OLE color: 14431472.

HSL color Cylindrical-coordinate representation of color #F034DC: hue angle of 306.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F034DC is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB24052220-
CMYK00.780.080.06
HSL306.38º86.24%57.25%-
HSV(B)306.38º78.33%94.12%-
XYZ50.0826.1570.12-
YUV127.36180.28208.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 52 (20.70% from 255) = 10.16%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=46.88%
G=10.16%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405222000.780.080.06306.3886.2457.25
HexF034DC04E861325639
Octal36064334011610646212671
Binary11110000110100110111000100111010001101001100101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F034DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F034DC; }

 p { color: rgb(240,52,220); }

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

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

 a { background-color: rgb(240,52,220); }

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

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

 span { border-color: rgb(240,52,220); }

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