#F74FC4

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

Shades of Razzle Dazzle Rose #F74FC4

Tints of Razzle Dazzle Rose #F74FC4

Color information

#F74FC4 (or 0xF74FC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 4F and C4. RGB value is (247,79,196). Sum of RGB (Red+Green+Blue) = 247+79+196=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FC4 is #08B03B. Grayscale: #8E8E8E. Windows color (decimal): -569404 or 12865527. OLE color: 12865527.

HSL color Cylindrical-coordinate representation of color #F74FC4: hue angle of 318.21º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74FC4 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB24779196-
CMYK00.680.210.03
HSL318.21º91.3%63.92%-
HSV(B)318.21º68.02%96.86%-
XYZ51.1229.3555.2-
YUV142.57158.16202.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.32%
GREEN value IS 79 (31.25% from 255) = 15.13%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=47.32%
G=15.13%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477919600.680.210.03318.2191.363.92
HexF74FC404415313e5b40
Octal3671173040104253476133100
Binary1111011110011111100010001000100101011110011111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74FC4; }

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

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

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

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

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

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

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

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