Html Css Color HEX #FD55A1 Brilliant Rose

📋 copy color: '#FD55A1'

red 253 ◦ green 85 ◦ blue 161

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

Shades of Brilliant Rose #FD55A1

Tints of Brilliant Rose #FD55A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 50.7%
G = 17.03%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD55A1 (or 0xFD55A1) is known color: Brilliant Rose. HEX triplet: FD, 55 and A1. RGB value is (253,85,161). Sum of RGB (Red+Green+Blue) = 253+85+161=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD55A1 is #02AA5E. Grayscale: #8F8F8F. Windows color (decimal): -174687 or 10573309. OLE color: 10573309.

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

Color convert

RGB 253 85 161 -
CMYK 0 0.66 0.36 0.01
HSL 332.86º 0.98% 0.66% -
HSV(B) 332.86º 0.66% 0.99% -
XYZ 50.19 29.95 36.85 -
YUV 143.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 253 85 161 0 0.66 0.36 0.01 332.86 0.98 0.66
Hex FD 55 A1 0 42 24 1 14D 62 42
Octal 375 125 241 0 102 44 1 515 142 102
Binary 11111101 1010101 10100001 0 1000010 100100 1 101001101 1100010 1000010

Color Harmonies of #FD55A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55A1

Black with #FD55A1

Text Example


Text Example

White with #FD55A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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