Html Css Color HEX #FD49A0 Brilliant Rose

📋 copy color: '#FD49A0'

red 253 ◦ green 73 ◦ blue 160

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

Shades of Brilliant Rose #FD49A0

Tints of Brilliant Rose #FD49A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.92%

R = 52.06%
G = 15.02%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD49A0 (or 0xFD49A0) is known color: Brilliant Rose. HEX triplet: FD, 49 and A0. RGB value is (253,73,160). Sum of RGB (Red+Green+Blue) = 253+73+160=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD49A0 is #02B65F. Grayscale: #888888. Windows color (decimal): -177760 or 10504701. OLE color: 10504701.

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

Color convert

RGB 253 73 160 -
CMYK 0 0.71 0.37 0.01
HSL 331º 0.98% 0.64% -
HSV(B) 331º 0.71% 0.99% -
XYZ 49.24 28.19 36.1 -
YUV 136.74 141.13 210.93 -
System Red Green Blue C M Y K H S L
Decimal 253 73 160 0 0.71 0.37 0.01 331 0.98 0.64
Hex FD 49 A0 0 47 25 1 14B 62 40
Octal 375 111 240 0 107 45 1 513 142 100
Binary 11111101 1001001 10100000 0 1000111 100101 1 101001011 1100010 1000000

Color Harmonies of #FD49A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49A0

Black with #FD49A0

Text Example


Text Example

White with #FD49A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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