#F149AD

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

Shades of Brilliant Rose #F149AD

Tints of Brilliant Rose #F149AD

Color information

#F149AD (or 0xF149AD) is unknown color: approx Brilliant Rose. HEX triplet: F1, 49 and AD. RGB value is (241,73,173). Sum of RGB (Red+Green+Blue) = 241+73+173=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F149AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F149AD is #0EB652. Grayscale: #868686. Windows color (decimal): -964179 or 11356657. OLE color: 11356657.

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

Color convert

RGB24173173-
CMYK00.700.280.05
HSL324.29º85.71%61.57%-
HSV(B)324.29º69.71%94.51%-
XYZ46.226.4842.21-
YUV134.63149.66203.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 73 (28.91% from 255) = 14.99%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=49.49%
G=14.99%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417317300.700.280.05324.2985.7161.57
HexF149AD0461C5144563e
Octal361111255010634550412676
Binary1111000110010011010110101000110111001011010001001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F149AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F149AD; }

 p { color: rgb(241,73,173); }

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

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

 a { background-color: rgb(241,73,173); }

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

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

 span { border-color: rgb(241,73,173); }

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