Html Css Color HEX #FD49AD Brilliant Rose

📋 copy color: '#FD49AD'

red 253 ◦ green 73 ◦ blue 173

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

Shades of Brilliant Rose #FD49AD

Tints of Brilliant Rose #FD49AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.63%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 50.7%
G = 14.63%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD49AD (or 0xFD49AD) is known color: Brilliant Rose. HEX triplet: FD, 49 and AD. RGB value is (253,73,173). Sum of RGB (Red+Green+Blue) = 253+73+173=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD49AD is #02B652. Grayscale: #8A8A8A. Windows color (decimal): -177747 or 11356669. OLE color: 11356669.

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

Color convert

RGB 253 73 173 -
CMYK 0 0.71 0.32 0.01
HSL 326.67º 0.98% 0.64% -
HSV(B) 326.67º 0.71% 0.99% -
XYZ 50.43 28.66 42.41 -
YUV 138.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 253 73 173 0 0.71 0.32 0.01 326.67 0.98 0.64
Hex FD 49 AD 0 47 20 1 147 62 40
Octal 375 111 255 0 107 40 1 507 142 100
Binary 11111101 1001001 10101101 0 1000111 100000 1 101000111 1100010 1000000

Color Harmonies of #FD49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49AD

Black with #FD49AD

Text Example


Text Example

White with #FD49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49AD; }

 p { color: rgb(253,73,173); }

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

background-color css

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

 a { background-color: rgb(253,73,173); }

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

border-color css

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

 span { border-color: rgb(253,73,173); }

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