#F14EC2

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

Shades of Razzle Dazzle Rose #F14EC2

Tints of Razzle Dazzle Rose #F14EC2

Color information

#F14EC2 (or 0xF14EC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 4E and C2. RGB value is (241,78,194). Sum of RGB (Red+Green+Blue) = 241+78+194=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EC2 is #0EB13D. Grayscale: #8B8B8B. Windows color (decimal): -962878 or 12734193. OLE color: 12734193.

HSL color Cylindrical-coordinate representation of color #F14EC2: hue angle of 317.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EC2 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24178194-
CMYK00.680.200.05
HSL317.3º85.34%62.55%-
HSV(B)317.3º67.63%94.51%-
XYZ48.7428.0453.88-
YUV139.96158.5200.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 78 (30.86% from 255) = 15.20%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=46.98%
G=15.20%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417819400.680.200.05317.385.3462.55
HexF14EC204414513d553f
Octal361116302010424547512577
Binary1111000110011101100001001000100101001011001111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EC2; }

 p { color: rgb(241,78,194); }

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

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

 a { background-color: rgb(241,78,194); }

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

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

 span { border-color: rgb(241,78,194); }

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