Html Css Color HEX #FD30AD Persian Rose

📋 copy color: '#FD30AD'

red 253 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #FD30AD

Tints of Persian Rose #FD30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

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

R = 53.38%
G = 10.13%
B = 36.5%

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

#FD30AD (or 0xFD30AD) is known color: Persian Rose. HEX triplet: FD, 30 and AD. RGB value is (253,48,173). Sum of RGB (Red+Green+Blue) = 253+48+173=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD30AD is #02CF52. Grayscale: #7B7B7B. Windows color (decimal): -184147 or 11350269. OLE color: 11350269.

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

Color convert

RGB 253 48 173 -
CMYK 0 0.81 0.32 0.01
HSL 323.41º 0.98% 0.59% -
HSV(B) 323.41º 0.81% 0.99% -
XYZ 49.11 26.01 41.97 -
YUV 123.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 253 48 173 0 0.81 0.32 0.01 323.41 0.98 0.59
Hex FD 30 AD 0 51 20 1 143 62 3B
Octal 375 60 255 0 121 40 1 503 142 73
Binary 11111101 110000 10101101 0 1010001 100000 1 101000011 1100010 111011

Color Harmonies of #FD30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30AD

Black with #FD30AD

Text Example


Text Example

White with #FD30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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