Html Css Color HEX #FD29A3 Persian Rose

📋 copy color: '#FD29A3'

red 253 ◦ green 41 ◦ blue 163

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

Shades of Persian Rose #FD29A3

Tints of Persian Rose #FD29A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.67%

R = 55.36%
G = 8.97%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD29A3 (or 0xFD29A3) is known color: Persian Rose. HEX triplet: FD, 29 and A3. RGB value is (253,41,163). Sum of RGB (Red+Green+Blue) = 253+41+163=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD29A3 is #02D65C. Grayscale: #767676. Windows color (decimal): -185949 or 10693117. OLE color: 10693117.

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

Color convert

RGB 253 41 163 -
CMYK 0 0.84 0.36 0.01
HSL 325.47º 0.98% 0.58% -
HSV(B) 325.47º 0.84% 0.99% -
XYZ 47.91 25.11 36.97 -
YUV 118.3 153.24 224.08 -
System Red Green Blue C M Y K H S L
Decimal 253 41 163 0 0.84 0.36 0.01 325.47 0.98 0.58
Hex FD 29 A3 0 54 24 1 145 62 3A
Octal 375 51 243 0 124 44 1 505 142 72
Binary 11111101 101001 10100011 0 1010100 100100 1 101000101 1100010 111010

Color Harmonies of #FD29A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29A3

Black with #FD29A3

Text Example


Text Example

White with #FD29A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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