Html Css Color HEX #F85BAB Brilliant Rose

📋 copy color: '#F85BAB'

red 248 ◦ green 91 ◦ blue 171

#F85BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F85BAB

Tints of Brilliant Rose #F85BAB

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 value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F85BAB (or 0xF85BAB) is known color: 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

RGB 248 91 171 -
CMYK 0 0.63 0.31 0.03
HSL 329.43º 0.92% 0.66% -
HSV(B) 329.43º 0.63% 0.97% -
XYZ 49.8 30.38 41.77 -
YUV 147.06 141.51 200 -
System Red Green Blue C M Y K H S L
Decimal 248 91 171 0 0.63 0.31 0.03 329.43 0.92 0.66
Hex F8 5B AB 0 3F 1F 3 149 5C 42
Octal 370 133 253 0 77 37 3 511 134 102
Binary 11111000 1011011 10101011 0 111111 11111 11 101001001 1011100 1000010

Color Harmonies of #F85BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BAB

Black with #F85BAB

Text Example


Text Example

White with #F85BAB

Text Example


Text Example

HTML Codes & Css Web 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>