Html Css Color HEX #FD30AB Persian Rose

📋 copy color: '#FD30AB'

red 253 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #FD30AB

Tints of Persian Rose #FD30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 53.6%
G = 10.17%
B = 36.23%

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

#FD30AB (or 0xFD30AB) is known color: Persian Rose. HEX triplet: FD, 30 and AB. RGB value is (253,48,171). Sum of RGB (Red+Green+Blue) = 253+48+171=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD30AB is #02CF54. Grayscale: #7B7B7B. Windows color (decimal): -184149 or 11219197. OLE color: 11219197.

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

Color convert

RGB 253 48 171 -
CMYK 0 0.81 0.32 0.01
HSL 324º 0.98% 0.59% -
HSV(B) 324º 0.81% 0.99% -
XYZ 48.92 25.94 40.96 -
YUV 123.32 154.92 220.5 -
System Red Green Blue C M Y K H S L
Decimal 253 48 171 0 0.81 0.32 0.01 324 0.98 0.59
Hex FD 30 AB 0 51 20 1 144 62 3B
Octal 375 60 253 0 121 40 1 504 142 73
Binary 11111101 110000 10101011 0 1010001 100000 1 101000100 1100010 111011

Color Harmonies of #FD30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30AB

Black with #FD30AB

Text Example


Text Example

White with #FD30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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