#F734C0

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

Shades of Razzle Dazzle Rose #F734C0

Tints of Razzle Dazzle Rose #F734C0

Color information

#F734C0 (or 0xF734C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 34 and C0. RGB value is (247,52,192). Sum of RGB (Red+Green+Blue) = 247+52+192=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F734C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F734C0 is #08CB3F. Grayscale: #7D7D7D. Windows color (decimal): -576320 or 12596471. OLE color: 12596471.

HSL color Cylindrical-coordinate representation of color #F734C0: hue angle of 316.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 #F734C0 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB24752192-
CMYK00.790.220.03
HSL316.92º92.42%58.63%-
HSV(B)316.92º78.95%96.86%-
XYZ49.126.0452.31-
YUV126.26165.1214.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.31%
GREEN value IS 52 (20.70% from 255) = 10.59%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=50.31%
G=10.59%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475219200.790.220.03316.9292.4258.63
HexF734C004F16313d5c3b
Octal36764300011726347513473
Binary11110111110100110000000100111110110111001111011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F734C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F734C0; }

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

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

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

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

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

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

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

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