Html Css Color HEX #FD28A7 Persian Rose

📋 copy color: '#FD28A7'

red 253 ◦ green 40 ◦ blue 167

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

Shades of Persian Rose #FD28A7

Tints of Persian Rose #FD28A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.3%

R = 55%
G = 8.7%
B = 36.3%

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

#FD28A7 (or 0xFD28A7) is known color: Persian Rose. HEX triplet: FD, 28 and A7. RGB value is (253,40,167). Sum of RGB (Red+Green+Blue) = 253+40+167=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD28A7 is #02D758. Grayscale: #757575. Windows color (decimal): -186201 or 10955005. OLE color: 10955005.

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

Color convert

RGB 253 40 167 -
CMYK 0 0.84 0.34 0.01
HSL 324.23º 0.98% 0.57% -
HSV(B) 324.23º 0.84% 0.99% -
XYZ 48.24 25.19 38.88 -
YUV 118.17 155.57 224.17 -
System Red Green Blue C M Y K H S L
Decimal 253 40 167 0 0.84 0.34 0.01 324.23 0.98 0.57
Hex FD 28 A7 0 54 22 1 144 62 39
Octal 375 50 247 0 124 42 1 504 142 71
Binary 11111101 101000 10100111 0 1010100 100010 1 101000100 1100010 111001

Color Harmonies of #FD28A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28A7

Black with #FD28A7

Text Example


Text Example

White with #FD28A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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