Html Css Color HEX #FD2AAE Persian Rose

📋 copy color: '#FD2AAE'

red 253 ◦ green 42 ◦ blue 174

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

Shades of Persian Rose #FD2AAE

Tints of Persian Rose #FD2AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 53.94%
G = 8.96%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD2AAE (or 0xFD2AAE) is known color: Persian Rose. HEX triplet: FD, 2A and AE. RGB value is (253,42,174). Sum of RGB (Red+Green+Blue) = 253+42+174=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2AAE is #02D551. Grayscale: #777777. Windows color (decimal): -185682 or 11414269. OLE color: 11414269.

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

Color convert

RGB 253 42 174 -
CMYK 0 0.83 0.31 0.01
HSL 322.46º 0.98% 0.58% -
HSV(B) 322.46º 0.83% 0.99% -
XYZ 48.98 25.59 42.4 -
YUV 120.14 158.4 222.77 -
System Red Green Blue C M Y K H S L
Decimal 253 42 174 0 0.83 0.31 0.01 322.46 0.98 0.58
Hex FD 2A AE 0 53 1F 1 142 62 3A
Octal 375 52 256 0 123 37 1 502 142 72
Binary 11111101 101010 10101110 0 1010011 11111 1 101000010 1100010 111010

Color Harmonies of #FD2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2AAE

Black with #FD2AAE

Text Example


Text Example

White with #FD2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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