#F14EB1

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

Shades of Brilliant Rose #F14EB1

Tints of Brilliant Rose #F14EB1

Color information

#F14EB1 (or 0xF14EB1) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4E and B1. RGB value is (241,78,177). Sum of RGB (Red+Green+Blue) = 241+78+177=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14EB1 is #0EB14E. Grayscale: #898989. Windows color (decimal): -962895 or 11620081. OLE color: 11620081.

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

Color convert

RGB24178177-
CMYK00.680.270.05
HSL323.56º85.34%62.55%-
HSV(B)323.56º67.63%94.51%-
XYZ46.9427.3244.4-
YUV138.02150201.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 78 (30.86% from 255) = 15.73%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=48.59%
G=15.73%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417817700.680.270.05323.5685.3462.55
HexF14EB10441B5144553f
Octal361116261010433550412577
Binary1111000110011101011000101000100110111011010001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EB1; }

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

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

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

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

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

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

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

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