#F14AB1

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

Shades of Brilliant Rose #F14AB1

Tints of Brilliant Rose #F14AB1

Color information

#F14AB1 (or 0xF14AB1) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4A and B1. RGB value is (241,74,177). Sum of RGB (Red+Green+Blue) = 241+74+177=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14AB1 is #0EB54E. Grayscale: #878787. Windows color (decimal): -963919 or 11619057. OLE color: 11619057.

HSL color Cylindrical-coordinate representation of color #F14AB1: hue angle of 322.99º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14AB1 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB24174177-
CMYK00.690.270.05
HSL322.99º85.64%61.76%-
HSV(B)322.99º69.29%94.51%-
XYZ46.6626.7744.3-
YUV135.67151.33203.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.98%
GREEN value IS 74 (29.30% from 255) = 15.04%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=48.98%
G=15.04%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417417700.690.270.05322.9985.6461.76
HexF14AB10451B5143563e
Octal361112261010533550312676
Binary1111000110010101011000101000101110111011010000111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14AB1; }

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

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

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

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

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

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

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

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