Html Css Color HEX #FD29A8 Persian Rose

📋 copy color: '#FD29A8'

red 253 ◦ green 41 ◦ blue 168

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

Shades of Persian Rose #FD29A8

Tints of Persian Rose #FD29A8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.87%

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 54.76%
G = 8.87%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD29A8 (or 0xFD29A8) is known color: Persian Rose. HEX triplet: FD, 29 and A8. RGB value is (253,41,168). Sum of RGB (Red+Green+Blue) = 253+41+168=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD29A8 is #02D657. Grayscale: #767676. Windows color (decimal): -185944 or 11020797. OLE color: 11020797.

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

Color convert

RGB 253 41 168 -
CMYK 0 0.84 0.34 0.01
HSL 324.06º 0.98% 0.58% -
HSV(B) 324.06º 0.84% 0.99% -
XYZ 48.37 25.3 39.38 -
YUV 118.87 155.74 223.67 -
System Red Green Blue C M Y K H S L
Decimal 253 41 168 0 0.84 0.34 0.01 324.06 0.98 0.58
Hex FD 29 A8 0 54 22 1 144 62 3A
Octal 375 51 250 0 124 42 1 504 142 72
Binary 11111101 101001 10101000 0 1010100 100010 1 101000100 1100010 111010

Color Harmonies of #FD29A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29A8

Black with #FD29A8

Text Example


Text Example

White with #FD29A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29A8; }

 p { color: rgb(253,41,168); }

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

background-color css

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

 a { background-color: rgb(253,41,168); }

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

border-color css

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

 span { border-color: rgb(253,41,168); }

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