Html Css Color HEX #F8549B Brilliant Rose

📋 copy color: '#F8549B'

red 248 ◦ green 84 ◦ blue 155

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

Shades of Brilliant Rose #F8549B

Tints of Brilliant Rose #F8549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.25%

 BLUE value IS 155 (60.94% from 255) = 31.83%

R = 50.92%
G = 17.25%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8549B (or 0xF8549B) is known color: Brilliant Rose. HEX triplet: F8, 54 and 9B. RGB value is (248,84,155). Sum of RGB (Red+Green+Blue) = 248+84+155=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8549B is #07AB64. Grayscale: #8D8D8D. Windows color (decimal): -502629 or 10179832. OLE color: 10179832.

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

Color convert

RGB 248 84 155 -
CMYK 0 0.66 0.38 0.03
HSL 334.02º 0.92% 0.65% -
HSV(B) 334.02º 0.66% 0.97% -
XYZ 47.8 28.66 34.02 -
YUV 141.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 248 84 155 0 0.66 0.38 0.03 334.02 0.92 0.65
Hex F8 54 9B 0 42 26 3 14E 5C 41
Octal 370 124 233 0 102 46 3 516 134 101
Binary 11111000 1010100 10011011 0 1000010 100110 11 101001110 1011100 1000001

Color Harmonies of #F8549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8549B

Black with #F8549B

Text Example


Text Example

White with #F8549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8549B; }

 p { color: rgb(248,84,155); }

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

background-color css

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

 a { background-color: rgb(248,84,155); }

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

border-color css

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

 span { border-color: rgb(248,84,155); }

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