Html Css Color HEX #F85BAF Brilliant Rose

📋 copy color: '#F85BAF'

red 248 ◦ green 91 ◦ blue 175

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

Shades of Brilliant Rose #F85BAF

Tints of Brilliant Rose #F85BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 48.25%
G = 17.7%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F85BAF (or 0xF85BAF) is known color: Brilliant Rose. HEX triplet: F8, 5B and AF. RGB value is (248,91,175). Sum of RGB (Red+Green+Blue) = 248+91+175=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85BAF is #07A450. Grayscale: #939393. Windows color (decimal): -500817 or 11492344. OLE color: 11492344.

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

Color convert

RGB 248 91 175 -
CMYK 0 0.63 0.29 0.03
HSL 327.9º 0.92% 0.66% -
HSV(B) 327.9º 0.63% 0.97% -
XYZ 50.19 30.53 43.81 -
YUV 147.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 248 91 175 0 0.63 0.29 0.03 327.9 0.92 0.66
Hex F8 5B AF 0 3F 1D 3 148 5C 42
Octal 370 133 257 0 77 35 3 510 134 102
Binary 11111000 1011011 10101111 0 111111 11101 11 101001000 1011100 1000010

Color Harmonies of #F85BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BAF

Black with #F85BAF

Text Example


Text Example

White with #F85BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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