Html Css Color HEX #F85BA4 Brilliant Rose

📋 copy color: '#F85BA4'

red 248 ◦ green 91 ◦ blue 164

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

Shades of Brilliant Rose #F85BA4

Tints of Brilliant Rose #F85BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.6%

R = 49.3%
G = 18.09%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F85BA4 (or 0xF85BA4) is known color: Brilliant Rose. HEX triplet: F8, 5B and A4. RGB value is (248,91,164). Sum of RGB (Red+Green+Blue) = 248+91+164=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85BA4 is #07A45B. Grayscale: #929292. Windows color (decimal): -500828 or 10771448. OLE color: 10771448.

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

Color convert

RGB 248 91 164 -
CMYK 0 0.63 0.34 0.03
HSL 332.1º 0.92% 0.66% -
HSV(B) 332.1º 0.63% 0.97% -
XYZ 49.15 30.12 38.34 -
YUV 146.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 248 91 164 0 0.63 0.34 0.03 332.1 0.92 0.66
Hex F8 5B A4 0 3F 22 3 14C 5C 42
Octal 370 133 244 0 77 42 3 514 134 102
Binary 11111000 1011011 10100100 0 111111 100010 11 101001100 1011100 1000010

Color Harmonies of #F85BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BA4

Black with #F85BA4

Text Example


Text Example

White with #F85BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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