Html Css Color HEX #FD559A Brilliant Rose

📋 copy color: '#FD559A'

red 253 ◦ green 85 ◦ blue 154

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

Shades of Brilliant Rose #FD559A

Tints of Brilliant Rose #FD559A

RGB

 RED value IS 253 (99.22% from 255) = 51.42%

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

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

R = 51.42%
G = 17.28%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD559A (or 0xFD559A) is known color: Brilliant Rose. HEX triplet: FD, 55 and 9A. RGB value is (253,85,154). Sum of RGB (Red+Green+Blue) = 253+85+154=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD559A is #02AA65. Grayscale: #8E8E8E. Windows color (decimal): -174694 or 10114557. OLE color: 10114557.

HSL color Cylindrical-coordinate representation of color #FD559A: hue angle of 335.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD559A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 85 154 -
CMYK 0 0.66 0.39 0.01
HSL 335.36º 0.98% 0.66% -
HSV(B) 335.36º 0.66% 0.99% -
XYZ 49.59 29.71 33.69 -
YUV 143.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 253 85 154 0 0.66 0.39 0.01 335.36 0.98 0.66
Hex FD 55 9A 0 42 27 1 14F 62 42
Octal 375 125 232 0 102 47 1 517 142 102
Binary 11111101 1010101 10011010 0 1000010 100111 1 101001111 1100010 1000010

Color Harmonies of #FD559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD559A

Black with #FD559A

Text Example


Text Example

White with #FD559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD559A; }

 p { color: rgb(253,85,154); }

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

background-color css

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

 a { background-color: rgb(253,85,154); }

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

border-color css

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

 span { border-color: rgb(253,85,154); }

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