Html Css Color HEX #FD3AAB Persian Rose

📋 copy color: '#FD3AAB'

red 253 ◦ green 58 ◦ blue 171

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

Shades of Persian Rose #FD3AAB

Tints of Persian Rose #FD3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.03%

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

R = 52.49%
G = 12.03%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD3AAB (or 0xFD3AAB) is known color: Persian Rose. HEX triplet: FD, 3A and AB. RGB value is (253,58,171). Sum of RGB (Red+Green+Blue) = 253+58+171=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3AAB is #02C554. Grayscale: #808080. Windows color (decimal): -181589 or 11221757. OLE color: 11221757.

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

Color convert

RGB 253 58 171 -
CMYK 0 0.77 0.32 0.01
HSL 325.23º 0.98% 0.61% -
HSV(B) 325.23º 0.77% 0.99% -
XYZ 49.37 26.85 41.11 -
YUV 129.19 151.6 216.31 -
System Red Green Blue C M Y K H S L
Decimal 253 58 171 0 0.77 0.32 0.01 325.23 0.98 0.61
Hex FD 3A AB 0 4D 20 1 145 62 3D
Octal 375 72 253 0 115 40 1 505 142 75
Binary 11111101 111010 10101011 0 1001101 100000 1 101000101 1100010 111101

Color Harmonies of #FD3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3AAB

Black with #FD3AAB

Text Example


Text Example

White with #FD3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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