Html Css Color HEX #FD31AD Persian Rose

📋 copy color: '#FD31AD'

red 253 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #FD31AD

Tints of Persian Rose #FD31AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.32%

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

R = 53.26%
G = 10.32%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD31AD (or 0xFD31AD) is known color: Persian Rose. HEX triplet: FD, 31 and AD. RGB value is (253,49,173). Sum of RGB (Red+Green+Blue) = 253+49+173=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD31AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD31AD is #02CE52. Grayscale: #7B7B7B. Windows color (decimal): -183891 or 11350525. OLE color: 11350525.

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

Color convert

RGB 253 49 173 -
CMYK 0 0.81 0.32 0.01
HSL 323.53º 0.98% 0.59% -
HSV(B) 323.53º 0.81% 0.99% -
XYZ 49.15 26.1 41.98 -
YUV 124.13 155.59 219.92 -
System Red Green Blue C M Y K H S L
Decimal 253 49 173 0 0.81 0.32 0.01 323.53 0.98 0.59
Hex FD 31 AD 0 51 20 1 144 62 3B
Octal 375 61 255 0 121 40 1 504 142 73
Binary 11111101 110001 10101101 0 1010001 100000 1 101000100 1100010 111011

Color Harmonies of #FD31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD31AD

Black with #FD31AD

Text Example


Text Example

White with #FD31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD31AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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