#F045BE

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

Shades of Razzle Dazzle Rose #F045BE

Tints of Razzle Dazzle Rose #F045BE

Color information

#F045BE (or 0xF045BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 45 and BE. RGB value is (240,69,190). Sum of RGB (Red+Green+Blue) = 240+69+190=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F045BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045BE is #0FBA41. Grayscale: #858585. Windows color (decimal): -1030722 or 12469744. OLE color: 12469744.

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

Color convert

RGB24069190-
CMYK00.710.210.06
HSL317.54º85.07%60.59%-
HSV(B)317.54º71.25%94.12%-
XYZ47.3626.551.33-
YUV133.92159.65203.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 69 (27.34% from 255) = 13.83%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=48.10%
G=13.83%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406919000.710.210.06317.5485.0760.59
HexF045BE04715613e553d
Octal360105276010725647612575
Binary1111000010001011011111001000111101011101001111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F045BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F045BE; }

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

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

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

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

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

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

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

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