#F730F4

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

Shades of Razzle Dazzle Rose #F730F4

Tints of Razzle Dazzle Rose #F730F4

Color information

#F730F4 (or 0xF730F4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 30 and F4. RGB value is (247,48,244). Sum of RGB (Red+Green+Blue) = 247+48+244=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 48 (19.14% from 255 or 8.91% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F730F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730F4 is #08CF0B. Grayscale: #818181. Windows color (decimal): -577292 or 16003319. OLE color: 16003319.

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

Color convert

RGB24748244-
CMYK00.810.010.03
HSL300.9º92.56%57.84%-
HSV(B)300.9º80.57%96.86%-
XYZ55.7428.4288.14-
YUV129.84192.43211.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.83%
GREEN value IS 48 (19.14% from 255) = 8.91%
BLUE value IS 244 (95.70% from 255) = 45.27%
R=45.83%
G=8.91%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474824400.810.010.03300.992.5657.84
HexF730F40511312d5d3a
Octal3676036401211345513572
Binary1111011111000011110100010100011111001011011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F730F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F730F4; }

 p { color: rgb(247,48,244); }

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

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

 a { background-color: rgb(247,48,244); }

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

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

 span { border-color: rgb(247,48,244); }

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