#F03BC0

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

Shades of Razzle Dazzle Rose #F03BC0

Tints of Razzle Dazzle Rose #F03BC0

Color information

#F03BC0 (or 0xF03BC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 3B and C0. RGB value is (240,59,192). Sum of RGB (Red+Green+Blue) = 240+59+192=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03BC0 is #0FC43F. Grayscale: #7F7F7F. Windows color (decimal): -1033280 or 12598256. OLE color: 12598256.

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

Color convert

RGB24059192-
CMYK00.750.200.06
HSL315.91º85.78%58.63%-
HSV(B)315.91º75.42%94.12%-
XYZ47.0125.4652.31-
YUV128.28163.97207.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 59 (23.44% from 255) = 12.02%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=48.88%
G=12.02%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405919200.750.200.06315.9185.7858.63
HexF03BC004B14613c563b
Octal36073300011324647412673
Binary111100001110111100000001001011101001101001111001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03BC0; }

 p { color: rgb(240,59,192); }

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

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

 a { background-color: rgb(240,59,192); }

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

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

 span { border-color: rgb(240,59,192); }

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