#F14AB8

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

Shades of Brilliant Rose #F14AB8

Tints of Brilliant Rose #F14AB8

Color information

#F14AB8 (or 0xF14AB8) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4A and B8. RGB value is (241,74,184). Sum of RGB (Red+Green+Blue) = 241+74+184=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14AB8 is #0EB547. Grayscale: #888888. Windows color (decimal): -963912 or 12077809. OLE color: 12077809.

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

Color convert

RGB24174184-
CMYK00.690.240.05
HSL320.48º85.64%61.76%-
HSV(B)320.48º69.29%94.51%-
XYZ47.3827.0648.07-
YUV136.47154.83202.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 74 (29.30% from 255) = 14.83%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=48.30%
G=14.83%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417418400.690.240.05320.4885.6461.76
HexF14AB8045185140563e
Octal361112270010530550012676
Binary1111000110010101011100001000101110001011010000001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14AB8; }

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

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

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

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

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

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

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

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