#F04CBE

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

Shades of Razzle Dazzle Rose #F04CBE

Tints of Razzle Dazzle Rose #F04CBE

Color information

#F04CBE (or 0xF04CBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 4C and BE. RGB value is (240,76,190). Sum of RGB (Red+Green+Blue) = 240+76+190=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CBE is #0FB341. Grayscale: #898989. Windows color (decimal): -1028930 or 12471536. OLE color: 12471536.

HSL color Cylindrical-coordinate representation of color #F04CBE: hue angle of 318.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CBE is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB24076190-
CMYK00.680.210.06
HSL318.29º84.54%61.96%-
HSV(B)318.29º68.33%94.12%-
XYZ47.8127.4151.49-
YUV138.03157.33200.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 76 (30.08% from 255) = 15.02%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=47.43%
G=15.02%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407619000.680.210.06318.2984.5461.96
HexF04CBE04415613e553e
Octal360114276010425647612576
Binary1111000010011001011111001000100101011101001111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04CBE; }

 p { color: rgb(240,76,190); }

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

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

 a { background-color: rgb(240,76,190); }

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

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

 span { border-color: rgb(240,76,190); }

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