#F74ECB

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

Shades of Razzle Dazzle Rose #F74ECB

Tints of Razzle Dazzle Rose #F74ECB

Color information

#F74ECB (or 0xF74ECB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 4E and CB. RGB value is (247,78,203). Sum of RGB (Red+Green+Blue) = 247+78+203=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74ECB is #08B134. Grayscale: #8E8E8E. Windows color (decimal): -569653 or 13324023. OLE color: 13324023.

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

Color convert

RGB24778203-
CMYK00.680.180.03
HSL315.62º91.35%63.73%-
HSV(B)315.62º68.42%96.86%-
XYZ51.8629.5359.47-
YUV142.78161.99202.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.78%
GREEN value IS 78 (30.86% from 255) = 14.77%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=46.78%
G=14.77%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477820300.680.180.03315.6291.3563.73
HexF74ECB04412313c5b40
Octal3671163130104223474133100
Binary1111011110011101100101101000100100101110011110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74ECB; }

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

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

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

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

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

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

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

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