#F041BA

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

Shades of Razzle Dazzle Rose #F041BA

Tints of Razzle Dazzle Rose #F041BA

Color information

#F041BA (or 0xF041BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 41 and BA. RGB value is (240,65,186). Sum of RGB (Red+Green+Blue) = 240+65+186=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F041BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041BA is #0FBE45. Grayscale: #828282. Windows color (decimal): -1031750 or 12206576. OLE color: 12206576.

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

Color convert

RGB24065186-
CMYK00.730.220.06
HSL318.51º85.37%59.8%-
HSV(B)318.51º72.92%94.12%-
XYZ46.6925.8548.98-
YUV131.12158.98205.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 65 (25.78% from 255) = 13.24%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=48.88%
G=13.24%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406518600.730.220.06318.5185.3759.8
HexF041BA04916613f553c
Octal360101272011126647712574
Binary1111000010000011011101001001001101101101001111111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F041BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F041BA; }

 p { color: rgb(240,65,186); }

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

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

 a { background-color: rgb(240,65,186); }

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

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

 span { border-color: rgb(240,65,186); }

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