Html Css Color HEX #FD28A2 Persian Rose

📋 copy color: '#FD28A2'

red 253 ◦ green 40 ◦ blue 162

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

Shades of Persian Rose #FD28A2

Tints of Persian Rose #FD28A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 55.6%
G = 8.79%
B = 35.6%

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

#FD28A2 (or 0xFD28A2) is known color: Persian Rose. HEX triplet: FD, 28 and A2. RGB value is (253,40,162). Sum of RGB (Red+Green+Blue) = 253+40+162=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD28A2 is #02D75D. Grayscale: #757575. Windows color (decimal): -186206 or 10627325. OLE color: 10627325.

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

Color convert

RGB 253 40 162 -
CMYK 0 0.84 0.36 0.01
HSL 325.63º 0.98% 0.57% -
HSV(B) 325.63º 0.84% 0.99% -
XYZ 47.79 25.01 36.49 -
YUV 117.6 153.07 224.58 -
System Red Green Blue C M Y K H S L
Decimal 253 40 162 0 0.84 0.36 0.01 325.63 0.98 0.57
Hex FD 28 A2 0 54 24 1 146 62 39
Octal 375 50 242 0 124 44 1 506 142 71
Binary 11111101 101000 10100010 0 1010100 100100 1 101000110 1100010 111001

Color Harmonies of #FD28A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28A2

Black with #FD28A2

Text Example


Text Example

White with #FD28A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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