Html Css Color HEX #F8549A Brilliant Rose

📋 copy color: '#F8549A'

red 248 ◦ green 84 ◦ blue 154

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

Shades of Brilliant Rose #F8549A

Tints of Brilliant Rose #F8549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.69%

R = 51.03%
G = 17.28%
B = 31.69%

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

#F8549A (or 0xF8549A) is known color: Brilliant Rose. HEX triplet: F8, 54 and 9A. RGB value is (248,84,154). Sum of RGB (Red+Green+Blue) = 248+84+154=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8549A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8549A is #07AB65. Grayscale: #8C8C8C. Windows color (decimal): -502630 or 10114296. OLE color: 10114296.

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

Color convert

RGB 248 84 154 -
CMYK 0 0.66 0.38 0.03
HSL 334.39º 0.92% 0.65% -
HSV(B) 334.39º 0.66% 0.97% -
XYZ 47.71 28.63 33.58 -
YUV 141.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 248 84 154 0 0.66 0.38 0.03 334.39 0.92 0.65
Hex F8 54 9A 0 42 26 3 14E 5C 41
Octal 370 124 232 0 102 46 3 516 134 101
Binary 11111000 1010100 10011010 0 1000010 100110 11 101001110 1011100 1000001

Color Harmonies of #F8549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8549A

Black with #F8549A

Text Example


Text Example

White with #F8549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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