Html Css Color HEX #F85BAA Brilliant Rose

📋 copy color: '#F85BAA'

red 248 ◦ green 91 ◦ blue 170

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

Shades of Brilliant Rose #F85BAA

Tints of Brilliant Rose #F85BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 48.72%
G = 17.88%
B = 33.4%

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

#F85BAA (or 0xF85BAA) is known color: Brilliant Rose. HEX triplet: F8, 5B and AA. RGB value is (248,91,170). Sum of RGB (Red+Green+Blue) = 248+91+170=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85BAA is #07A455. Grayscale: #929292. Windows color (decimal): -500822 or 11164664. OLE color: 11164664.

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

Color convert

RGB 248 91 170 -
CMYK 0 0.63 0.31 0.03
HSL 329.81º 0.92% 0.66% -
HSV(B) 329.81º 0.63% 0.97% -
XYZ 49.71 30.34 41.27 -
YUV 146.95 141.01 200.08 -
System Red Green Blue C M Y K H S L
Decimal 248 91 170 0 0.63 0.31 0.03 329.81 0.92 0.66
Hex F8 5B AA 0 3F 1F 3 14A 5C 42
Octal 370 133 252 0 77 37 3 512 134 102
Binary 11111000 1011011 10101010 0 111111 11111 11 101001010 1011100 1000010

Color Harmonies of #F85BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BAA

Black with #F85BAA

Text Example


Text Example

White with #F85BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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