#F151A7

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

Shades of Brilliant Rose #F151A7

Tints of Brilliant Rose #F151A7

Color information

#F151A7 (or 0xF151A7) is unknown color: approx Brilliant Rose. HEX triplet: F1, 51 and A7. RGB value is (241,81,167). Sum of RGB (Red+Green+Blue) = 241+81+167=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F151A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F151A7 is #0EAE58. Grayscale: #8A8A8A. Windows color (decimal): -962137 or 10965489. OLE color: 10965489.

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

Color convert

RGB24181167-
CMYK00.660.310.05
HSL327.75º85.11%63.14%-
HSV(B)327.75º66.39%94.51%-
XYZ46.1927.3839.41-
YUV138.64144.01201.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 81 (32.03% from 255) = 16.56%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=49.28%
G=16.56%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418116700.660.310.05327.7585.1163.14
HexF151A70421F5148553f
Octal361121247010237551012577
Binary1111000110100011010011101000010111111011010010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F151A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F151A7; }

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

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

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

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

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

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

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

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