Html Css Color HEX #FD2AAB Persian Rose

📋 copy color: '#FD2AAB'

red 253 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #FD2AAB

Tints of Persian Rose #FD2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.01%

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

R = 54.29%
G = 9.01%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD2AAB (or 0xFD2AAB) is known color: Persian Rose. HEX triplet: FD, 2A and AB. RGB value is (253,42,171). Sum of RGB (Red+Green+Blue) = 253+42+171=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2AAB is #02D554. Grayscale: #777777. Windows color (decimal): -185685 or 11217661. OLE color: 11217661.

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

Color convert

RGB 253 42 171 -
CMYK 0 0.83 0.32 0.01
HSL 323.32º 0.98% 0.58% -
HSV(B) 323.32º 0.83% 0.99% -
XYZ 48.69 25.48 40.88 -
YUV 119.8 156.9 223.01 -
System Red Green Blue C M Y K H S L
Decimal 253 42 171 0 0.83 0.32 0.01 323.32 0.98 0.58
Hex FD 2A AB 0 53 20 1 143 62 3A
Octal 375 52 253 0 123 40 1 503 142 72
Binary 11111101 101010 10101011 0 1010011 100000 1 101000011 1100010 111010

Color Harmonies of #FD2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2AAB

Black with #FD2AAB

Text Example


Text Example

White with #FD2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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