Html Css Color HEX #F5559D Brilliant Rose

📋 copy color: '#F5559D'

red 245 ◦ green 85 ◦ blue 157

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

Shades of Brilliant Rose #F5559D

Tints of Brilliant Rose #F5559D

RGB

 RED value IS 245 (96.09% from 255) = 50.31%

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

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

R = 50.31%
G = 17.45%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5559D (or 0xF5559D) is known color: Brilliant Rose. HEX triplet: F5, 55 and 9D. RGB value is (245,85,157). Sum of RGB (Red+Green+Blue) = 245+85+157=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5559D is #0AAA62. Grayscale: #8C8C8C. Windows color (decimal): -698979 or 10311157. OLE color: 10311157.

HSL color Cylindrical-coordinate representation of color #F5559D: hue angle of 333º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5559D is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 85 157 -
CMYK 0 0.65 0.36 0.04
HSL 333º 0.89% 0.65% -
HSV(B) 333º 0.65% 0.96% -
XYZ 46.99 28.34 34.89 -
YUV 141.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 245 85 157 0 0.65 0.36 0.04 333 0.89 0.65
Hex F5 55 9D 0 41 24 4 14D 59 41
Octal 365 125 235 0 101 44 4 515 131 101
Binary 11110101 1010101 10011101 0 1000001 100100 100 101001101 1011001 1000001

Color Harmonies of #F5559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5559D

Black with #F5559D

Text Example


Text Example

White with #F5559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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