Html Css Color HEX #FF559D Brilliant Rose

📋 copy color: '#FF559D'

red 255 ◦ green 85 ◦ blue 157

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

Shades of Brilliant Rose #FF559D

Tints of Brilliant Rose #FF559D

RGB

 RED value IS 255 (100% from 255) = 51.31%

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

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

R = 51.31%
G = 17.1%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF559D (or 0xFF559D) is known color: Brilliant Rose. HEX triplet: FF, 55 and 9D. RGB value is (255,85,157). Sum of RGB (Red+Green+Blue) = 255+85+157=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF559D is #00AA62. Grayscale: #8F8F8F. Windows color (decimal): -43619 or 10311167. OLE color: 10311167.

HSL color Cylindrical-coordinate representation of color #FF559D: hue angle of 334.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF559D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 157 -
CMYK 0 0.67 0.38 0
HSL 334.59º 1% 0.67% -
HSV(B) 334.59º 0.67% 1% -
XYZ 50.57 30.19 35.06 -
YUV 144.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 255 85 157 0 0.67 0.38 0 334.59 1 0.67
Hex FF 55 9D 0 43 26 0 14F 64 43
Octal 377 125 235 0 103 46 0 517 144 103
Binary 11111111 1010101 10011101 0 1000011 100110 0 101001111 1100100 1000011

Color Harmonies of #FF559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF559D

Black with #FF559D

Text Example


Text Example

White with #FF559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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