#F732DB

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

Shades of Razzle Dazzle Rose #F732DB

Tints of Razzle Dazzle Rose #F732DB

Color information

#F732DB (or 0xF732DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 32 and DB. RGB value is (247,50,219). Sum of RGB (Red+Green+Blue) = 247+50+219=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 50 (19.92% from 255 or 9.69% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F732DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F732DB is #08CD24. Grayscale: #7F7F7F. Windows color (decimal): -576805 or 14365431. OLE color: 14365431.

HSL color Cylindrical-coordinate representation of color #F732DB: hue angle of 308.53º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732DB is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB24750219-
CMYK00.800.110.03
HSL308.53º92.49%58.24%-
HSV(B)308.53º79.76%96.86%-
XYZ52.2827.1769.51-
YUV128.17179.27212.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.87%
GREEN value IS 50 (19.92% from 255) = 9.69%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=47.87%
G=9.69%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475021900.800.110.03308.5392.4958.24
HexF732DB050B31355c3a
Octal36762333012013346513472
Binary1111011111001011011011010100001011111001101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F732DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F732DB; }

 p { color: rgb(247,50,219); }

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

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

 a { background-color: rgb(247,50,219); }

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

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

 span { border-color: rgb(247,50,219); }

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