#F14EB3

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

Shades of Brilliant Rose #F14EB3

Tints of Brilliant Rose #F14EB3

Color information

#F14EB3 (or 0xF14EB3) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4E and B3. RGB value is (241,78,179). Sum of RGB (Red+Green+Blue) = 241+78+179=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EB3 is #0EB14C. Grayscale: #8A8A8A. Windows color (decimal): -962893 or 11751153. OLE color: 11751153.

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

Color convert

RGB24178179-
CMYK00.680.260.05
HSL322.82º85.34%62.55%-
HSV(B)322.82º67.63%94.51%-
XYZ47.1427.445.45-
YUV138.25151201.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 78 (30.86% from 255) = 15.66%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=48.39%
G=15.66%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417817900.680.260.05322.8285.3462.55
HexF14EB30441A5143553f
Octal361116263010432550312577
Binary1111000110011101011001101000100110101011010000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EB3; }

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

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

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

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

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

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

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

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