#F72BE8

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

Shades of Razzle Dazzle Rose #F72BE8

Tints of Razzle Dazzle Rose #F72BE8

Color information

#F72BE8 (or 0xF72BE8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 2B and E8. RGB value is (247,43,232). Sum of RGB (Red+Green+Blue) = 247+43+232=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 43 (17.19% from 255 or 8.24% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72BE8 is #08D417. Grayscale: #7C7C7C. Windows color (decimal): -578584 or 15215607. OLE color: 15215607.

HSL color Cylindrical-coordinate representation of color #F72BE8: hue angle of 304.41º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72BE8 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB24743232-
CMYK00.830.060.03
HSL304.41º92.73%56.86%-
HSV(B)304.41º82.59%96.86%-
XYZ53.7927.3378.78-
YUV125.54188.09214.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.32%
GREEN value IS 43 (17.19% from 255) = 8.24%
BLUE value IS 232 (91.02% from 255) = 44.44%
R=47.32%
G=8.24%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474323200.830.060.03304.4192.7356.86
HexF72BE8053631305d39
Octal3675335001236346013571
Binary111101111010111110100001010011110111001100001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72BE8; }

 p { color: rgb(247,43,232); }

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

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

 a { background-color: rgb(247,43,232); }

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

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

 span { border-color: rgb(247,43,232); }

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