#F74FC1

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

Shades of Razzle Dazzle Rose #F74FC1

Tints of Razzle Dazzle Rose #F74FC1

Color information

#F74FC1 (or 0xF74FC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 4F and C1. RGB value is (247,79,193). Sum of RGB (Red+Green+Blue) = 247+79+193=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FC1 is #08B03E. Grayscale: #8D8D8D. Windows color (decimal): -569407 or 12668919. OLE color: 12668919.

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

Color convert

RGB24779193-
CMYK00.680.220.03
HSL319.29º91.3%63.92%-
HSV(B)319.29º68.02%96.86%-
XYZ50.7829.2253.42-
YUV142.23156.66202.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.59%
GREEN value IS 79 (31.25% from 255) = 15.22%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=47.59%
G=15.22%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477919300.680.220.03319.2991.363.92
HexF74FC104416313f5b40
Octal3671173010104263477133100
Binary1111011110011111100000101000100101101110011111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74FC1; }

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

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

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

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

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

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

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

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