Html Css Color HEX #F85BAE Brilliant Rose

📋 copy color: '#F85BAE'

red 248 ◦ green 91 ◦ blue 174

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

Shades of Brilliant Rose #F85BAE

Tints of Brilliant Rose #F85BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 48.34%
G = 17.74%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F85BAE (or 0xF85BAE) is known color: Brilliant Rose. HEX triplet: F8, 5B and AE. RGB value is (248,91,174). Sum of RGB (Red+Green+Blue) = 248+91+174=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85BAE is #07A451. Grayscale: #939393. Windows color (decimal): -500818 or 11426808. OLE color: 11426808.

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

Color convert

RGB 248 91 174 -
CMYK 0 0.63 0.30 0.03
HSL 328.28º 0.92% 0.66% -
HSV(B) 328.28º 0.63% 0.97% -
XYZ 50.09 30.49 43.29 -
YUV 147.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 248 91 174 0 0.63 0.30 0.03 328.28 0.92 0.66
Hex F8 5B AE 0 3F 1E 3 148 5C 42
Octal 370 133 256 0 77 36 3 510 134 102
Binary 11111000 1011011 10101110 0 111111 11110 11 101001000 1011100 1000010

Color Harmonies of #F85BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BAE

Black with #F85BAE

Text Example


Text Example

White with #F85BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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