#F14AB3

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

Shades of Brilliant Rose #F14AB3

Tints of Brilliant Rose #F14AB3

Color information

#F14AB3 (or 0xF14AB3) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4A and B3. RGB value is (241,74,179). Sum of RGB (Red+Green+Blue) = 241+74+179=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14AB3 is #0EB54C. Grayscale: #878787. Windows color (decimal): -963917 or 11750129. OLE color: 11750129.

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

Color convert

RGB24174179-
CMYK00.690.260.05
HSL322.28º85.64%61.76%-
HSV(B)322.28º69.29%94.51%-
XYZ46.8626.8545.36-
YUV135.9152.33202.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 74 (29.30% from 255) = 14.98%
BLUE value IS 179 (70.31% from 255) = 36.23%
R=48.79%
G=14.98%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417417900.690.260.05322.2885.6461.76
HexF14AB30451A5142563e
Octal361112263010532550212676
Binary1111000110010101011001101000101110101011010000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14AB3; }

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

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

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

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

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

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

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

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