Html Css Color HEX #FD28A8 Persian Rose

📋 copy color: '#FD28A8'

red 253 ◦ green 40 ◦ blue 168

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

Shades of Persian Rose #FD28A8

Tints of Persian Rose #FD28A8

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

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

R = 54.88%
G = 8.68%
B = 36.44%

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

#FD28A8 (or 0xFD28A8) is known color: Persian Rose. HEX triplet: FD, 28 and A8. RGB value is (253,40,168). Sum of RGB (Red+Green+Blue) = 253+40+168=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD28A8 is #02D757. Grayscale: #757575. Windows color (decimal): -186200 or 11020541. OLE color: 11020541.

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

Color convert

RGB 253 40 168 -
CMYK 0 0.84 0.34 0.01
HSL 323.94º 0.98% 0.57% -
HSV(B) 323.94º 0.84% 0.99% -
XYZ 48.33 25.23 39.37 -
YUV 118.28 156.07 224.09 -
System Red Green Blue C M Y K H S L
Decimal 253 40 168 0 0.84 0.34 0.01 323.94 0.98 0.57
Hex FD 28 A8 0 54 22 1 144 62 39
Octal 375 50 250 0 124 42 1 504 142 71
Binary 11111101 101000 10101000 0 1010100 100010 1 101000100 1100010 111001

Color Harmonies of #FD28A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28A8

Black with #FD28A8

Text Example


Text Example

White with #FD28A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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