#F040BB

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

Shades of Razzle Dazzle Rose #F040BB

Tints of Razzle Dazzle Rose #F040BB

Color information

#F040BB (or 0xF040BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 40 and BB. RGB value is (240,64,187). Sum of RGB (Red+Green+Blue) = 240+64+187=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F040BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040BB is #0FBF44. Grayscale: #828282. Windows color (decimal): -1032005 or 12271856. OLE color: 12271856.

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

Color convert

RGB24064187-
CMYK00.730.220.06
HSL318.07º85.44%59.61%-
HSV(B)318.07º73.33%94.12%-
XYZ46.7425.7849.53-
YUV130.65159.81206-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 64 (25.39% from 255) = 13.03%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=48.88%
G=13.03%
B=38.09%

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
Decimal2406418700.730.220.06318.0785.4459.61
HexF040BB04916613e553c
Octal360100273011126647612574
Binary1111000010000001011101101001001101101101001111101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F040BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F040BB; }

 p { color: rgb(240,64,187); }

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

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

 a { background-color: rgb(240,64,187); }

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

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

 span { border-color: rgb(240,64,187); }

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