#F034CB

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

Shades of Razzle Dazzle Rose #F034CB

Tints of Razzle Dazzle Rose #F034CB

Color information

#F034CB (or 0xF034CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 34 and CB. RGB value is (240,52,203). Sum of RGB (Red+Green+Blue) = 240+52+203=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F034CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034CB is #0FCB34. Grayscale: #7D7D7D. Windows color (decimal): -1035061 or 13317360. OLE color: 13317360.

HSL color Cylindrical-coordinate representation of color #F034CB: hue angle of 311.81º 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 #F034CB is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB24052203-
CMYK00.780.150.06
HSL311.81º86.24%57.25%-
HSV(B)311.81º78.33%94.12%-
XYZ47.9425.2958.86-
YUV125.43171.78209.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 52 (20.70% from 255) = 10.51%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=48.48%
G=10.51%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405220300.780.150.06311.8186.2457.25
HexF034CB04EF61385639
Octal36064313011617647012671
Binary11110000110100110010110100111011111101001110001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F034CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F034CB; }

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

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

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

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

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

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

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

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