#F734F4

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

Shades of Razzle Dazzle Rose #F734F4

Tints of Razzle Dazzle Rose #F734F4

Color information

#F734F4 (or 0xF734F4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 34 and F4. RGB value is (247,52,244). Sum of RGB (Red+Green+Blue) = 247+52+244=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 52 (20.70% from 255 or 9.58% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F734F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F734F4 is #08CB0B. Grayscale: #838383. Windows color (decimal): -576268 or 16004343. OLE color: 16004343.

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

Color convert

RGB24752244-
CMYK00.790.010.03
HSL300.92º92.42%58.63%-
HSV(B)300.92º78.95%96.86%-
XYZ55.9128.7688.19-
YUV132.19191.1209.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.49%
GREEN value IS 52 (20.70% from 255) = 9.58%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=45.49%
G=9.58%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475224400.790.010.03300.9292.4258.63
HexF734F404F1312d5c3b
Octal3676436401171345513473
Binary1111011111010011110100010011111111001011011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F734F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F734F4; }

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

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

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

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

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

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

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

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