#F151AD

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

Shades of Brilliant Rose #F151AD

Tints of Brilliant Rose #F151AD

Color information

#F151AD (or 0xF151AD) is unknown color: approx Brilliant Rose. HEX triplet: F1, 51 and AD. RGB value is (241,81,173). Sum of RGB (Red+Green+Blue) = 241+81+173=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F151AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F151AD is #0EAE52. Grayscale: #8B8B8B. Windows color (decimal): -962131 or 11358705. OLE color: 11358705.

HSL color Cylindrical-coordinate representation of color #F151AD: hue angle of 325.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F151AD is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB24181173-
CMYK00.660.280.05
HSL325.5º85.11%63.14%-
HSV(B)325.5º66.39%94.51%-
XYZ46.7627.642.4-
YUV139.33147.01200.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 81 (32.03% from 255) = 16.36%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=48.69%
G=16.36%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418117300.660.280.05325.585.1163.14
HexF151AD0421C5146553f
Octal361121255010234550612577
Binary1111000110100011010110101000010111001011010001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F151AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F151AD; }

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

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

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

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

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

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

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

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