Html Css Color HEX #FF28AA Persian Rose

📋 copy color: '#FF28AA'

red 255 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #FF28AA

Tints of Persian Rose #FF28AA

RGB

 RED value IS 255 (100% from 255) = 54.84%

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

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 54.84%
G = 8.6%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF28AA (or 0xFF28AA) is known color: Persian Rose. HEX triplet: FF, 28 and AA. RGB value is (255,40,170). Sum of RGB (Red+Green+Blue) = 255+40+170=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF28AA is #00D755. Grayscale: #767676. Windows color (decimal): -55126 or 11151615. OLE color: 11151615.

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

Color convert

RGB 255 40 170 -
CMYK 0 0.84 0.33 0
HSL 323.72º 1% 0.58% -
HSV(B) 323.72º 0.84% 1% -
XYZ 49.25 25.68 40.39 -
YUV 119.11 156.73 224.93 -
System Red Green Blue C M Y K H S L
Decimal 255 40 170 0 0.84 0.33 0 323.72 1 0.58
Hex FF 28 AA 0 54 21 0 144 64 3A
Octal 377 50 252 0 124 41 0 504 144 72
Binary 11111111 101000 10101010 0 1010100 100001 0 101000100 1100100 111010

Color Harmonies of #FF28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF28AA

Black with #FF28AA

Text Example


Text Example

White with #FF28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF28AA; }

 p { color: rgb(255,40,170); }

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

background-color css

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

 a { background-color: rgb(255,40,170); }

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

border-color css

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

 span { border-color: rgb(255,40,170); }

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