#F85BAB

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

Shades of Brilliant Rose #F85BAB

Tints of Brilliant Rose #F85BAB

Color information

#F85BAB (or 0xF85BAB) is unknown color: approx Brilliant Rose. HEX triplet: F8, 5B and AB. RGB value is (248,91,171). Sum of RGB (Red+Green+Blue) = 248+91+171=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85BAB is #07A454. Grayscale: #929292. Windows color (decimal): -500821 or 11230200. OLE color: 11230200.

HSL color Cylindrical-coordinate representation of color #F85BAB: hue angle of 329.43º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BAB is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB24891171-
CMYK00.630.310.03
HSL329.43º91.81%66.47%-
HSV(B)329.43º63.31%97.25%-
XYZ49.830.3841.77-
YUV147.06141.51200-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.63%
GREEN value IS 91 (35.94% from 255) = 17.84%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=48.63%
G=17.84%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489117100.630.310.03329.4391.8166.47
HexF85BAB03F1F31495c42
Octal370133253077373511134102
Binary111110001011011101010110111111111111110100100110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85BAB; }

 p { color: rgb(248,91,171); }

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

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

 a { background-color: rgb(248,91,171); }

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

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

 span { border-color: rgb(248,91,171); }

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