#F737D4

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

Shades of Razzle Dazzle Rose #F737D4

Tints of Razzle Dazzle Rose #F737D4

Color information

#F737D4 (or 0xF737D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 37 and D4. RGB value is (247,55,212). Sum of RGB (Red+Green+Blue) = 247+55+212=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F737D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F737D4 is #08C82B. Grayscale: #818181. Windows color (decimal): -575532 or 13907959. OLE color: 13907959.

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

Color convert

RGB24755212-
CMYK00.780.140.03
HSL310.94º92.31%59.22%-
HSV(B)310.94º77.73%96.86%-
XYZ51.6127.2664.83-
YUV130.31174.11211.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.05%
GREEN value IS 55 (21.88% from 255) = 10.70%
BLUE value IS 212 (83.20% from 255) = 41.25%
R=48.05%
G=10.70%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475521200.780.140.03310.9492.3159.22
HexF737D404EE31375c3b
Octal36767324011616346713473
Binary1111011111011111010100010011101110111001101111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F737D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F737D4; }

 p { color: rgb(247,55,212); }

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

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

 a { background-color: rgb(247,55,212); }

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

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

 span { border-color: rgb(247,55,212); }

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