#F74ECA

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

Shades of Razzle Dazzle Rose #F74ECA

Tints of Razzle Dazzle Rose #F74ECA

Color information

#F74ECA (or 0xF74ECA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 4E and CA. RGB value is (247,78,202). Sum of RGB (Red+Green+Blue) = 247+78+202=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74ECA is #08B135. Grayscale: #8E8E8E. Windows color (decimal): -569654 or 13258487. OLE color: 13258487.

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

Color convert

RGB24778202-
CMYK00.680.180.03
HSL315.98º91.35%63.73%-
HSV(B)315.98º68.42%96.86%-
XYZ51.7429.4958.84-
YUV142.67161.49202.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.87%
GREEN value IS 78 (30.86% from 255) = 14.80%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=46.87%
G=14.80%
B=38.33%

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
Decimal2477820200.680.180.03315.9891.3563.73
HexF74ECA04412313c5b40
Octal3671163120104223474133100
Binary1111011110011101100101001000100100101110011110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74ECA; }

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

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

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

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

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

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

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

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