#F74ECF

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

Shades of Razzle Dazzle Rose #F74ECF

Tints of Razzle Dazzle Rose #F74ECF

Color information

#F74ECF (or 0xF74ECF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 4E and CF. RGB value is (247,78,207). Sum of RGB (Red+Green+Blue) = 247+78+207=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74ECF is #08B130. Grayscale: #8E8E8E. Windows color (decimal): -569649 or 13586167. OLE color: 13586167.

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

Color convert

RGB24778207-
CMYK00.680.160.03
HSL314.2º91.35%63.73%-
HSV(B)314.2º68.42%96.86%-
XYZ52.3429.7362.01-
YUV143.24163.99202.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.43%
GREEN value IS 78 (30.86% from 255) = 14.66%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=46.43%
G=14.66%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477820700.680.160.03314.291.3563.73
HexF74ECF04410313a5b40
Octal3671163170104203472133100
Binary1111011110011101100111101000100100001110011101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74ECF; }

 p { color: rgb(247,78,207); }

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

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

 a { background-color: rgb(247,78,207); }

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

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

 span { border-color: rgb(247,78,207); }

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