Html Css Color HEX #F8559D Brilliant Rose

📋 copy color: '#F8559D'

red 248 ◦ green 85 ◦ blue 157

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

Shades of Brilliant Rose #F8559D

Tints of Brilliant Rose #F8559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 50.61%
G = 17.35%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8559D (or 0xF8559D) is known color: Brilliant Rose. HEX triplet: F8, 55 and 9D. RGB value is (248,85,157). Sum of RGB (Red+Green+Blue) = 248+85+157=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8559D is #07AA62. Grayscale: #8D8D8D. Windows color (decimal): -502371 or 10311160. OLE color: 10311160.

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

Color convert

RGB 248 85 157 -
CMYK 0 0.66 0.37 0.03
HSL 333.5º 0.92% 0.65% -
HSV(B) 333.5º 0.66% 0.97% -
XYZ 48.05 28.89 34.94 -
YUV 141.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 248 85 157 0 0.66 0.37 0.03 333.5 0.92 0.65
Hex F8 55 9D 0 42 25 3 14D 5C 41
Octal 370 125 235 0 102 45 3 515 134 101
Binary 11111000 1010101 10011101 0 1000010 100101 11 101001101 1011100 1000001

Color Harmonies of #F8559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8559D

Black with #F8559D

Text Example


Text Example

White with #F8559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8559D; }

 p { color: rgb(248,85,157); }

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

background-color css

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

 a { background-color: rgb(248,85,157); }

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

border-color css

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

 span { border-color: rgb(248,85,157); }

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