Html Css Color HEX #F85BAC Brilliant Rose

📋 copy color: '#F85BAC'

red 248 ◦ green 91 ◦ blue 172

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

Shades of Brilliant Rose #F85BAC

Tints of Brilliant Rose #F85BAC

RGB

 RED value IS 248 (97.27% from 255) = 48.53%

 GREEN value IS 91 (35.94% from 255) = 17.81%

 BLUE value IS 172 (67.58% from 255) = 33.66%

R = 48.53%
G = 17.81%
B = 33.66%

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

#F85BAC (or 0xF85BAC) is known color: Brilliant Rose. HEX triplet: F8, 5B and AC. RGB value is (248,91,172). Sum of RGB (Red+Green+Blue) = 248+91+172=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85BAC is #07A453. Grayscale: #939393. Windows color (decimal): -500820 or 11295736. OLE color: 11295736.

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

Color convert

RGB 248 91 172 -
CMYK 0 0.63 0.31 0.03
HSL 329.04º 0.92% 0.66% -
HSV(B) 329.04º 0.63% 0.97% -
XYZ 49.9 30.42 42.27 -
YUV 147.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 248 91 172 0 0.63 0.31 0.03 329.04 0.92 0.66
Hex F8 5B AC 0 3F 1F 3 149 5C 42
Octal 370 133 254 0 77 37 3 511 134 102
Binary 11111000 1011011 10101100 0 111111 11111 11 101001001 1011100 1000010

Color Harmonies of #F85BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BAC

Black with #F85BAC

Text Example


Text Example

White with #F85BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BAC; }

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

 H1.HeaderClassName
 {
   color: #F85BAC;
 }
 .AnyTagClassName
 {
   color: #F85BAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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