Html Css Color HEX #F85895 Brilliant Rose

📋 copy color: '#F85895'

red 248 ◦ green 88 ◦ blue 149

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

Shades of Brilliant Rose #F85895

Tints of Brilliant Rose #F85895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.14%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 51.13%
G = 18.14%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F85895 (or 0xF85895) is known color: Brilliant Rose. HEX triplet: F8, 58 and 95. RGB value is (248,88,149). Sum of RGB (Red+Green+Blue) = 248+88+149=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F85895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85895 is #07A76A. Grayscale: #8E8E8E. Windows color (decimal): -501611 or 9787640. OLE color: 9787640.

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

Color convert

RGB 248 88 149 -
CMYK 0 0.65 0.40 0.03
HSL 337.13º 0.92% 0.66% -
HSV(B) 337.13º 0.65% 0.97% -
XYZ 47.63 29.11 31.54 -
YUV 142.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 248 88 149 0 0.65 0.40 0.03 337.13 0.92 0.66
Hex F8 58 95 0 41 28 3 151 5C 42
Octal 370 130 225 0 101 50 3 521 134 102
Binary 11111000 1011000 10010101 0 1000001 101000 11 101010001 1011100 1000010

Color Harmonies of #F85895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85895

Black with #F85895

Text Example


Text Example

White with #F85895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85895; }

 p { color: rgb(248,88,149); }

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

background-color css

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

 a { background-color: rgb(248,88,149); }

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

border-color css

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

 span { border-color: rgb(248,88,149); }

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