#F749C4

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

Shades of Razzle Dazzle Rose #F749C4

Tints of Razzle Dazzle Rose #F749C4

Color information

#F749C4 (or 0xF749C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 49 and C4. RGB value is (247,73,196). Sum of RGB (Red+Green+Blue) = 247+73+196=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F749C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749C4 is #08B63B. Grayscale: #8A8A8A. Windows color (decimal): -570940 or 12863991. OLE color: 12863991.

HSL color Cylindrical-coordinate representation of color #F749C4: hue angle of 317.59º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F749C4 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB24773196-
CMYK00.700.210.03
HSL317.59º91.58%62.75%-
HSV(B)317.59º70.45%96.86%-
XYZ50.728.5255.06-
YUV139.05160.15205-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.87%
GREEN value IS 73 (28.91% from 255) = 14.15%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=47.87%
G=14.15%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477319600.700.210.03317.5991.5862.75
HexF749C404615313e5c3f
Octal367111304010625347613477
Binary111101111001001110001000100011010101111001111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F749C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F749C4; }

 p { color: rgb(247,73,196); }

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

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

 a { background-color: rgb(247,73,196); }

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

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

 span { border-color: rgb(247,73,196); }

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