Html Css Color HEX #FF28A9 Persian Rose

📋 copy color: '#FF28A9'

red 255 ◦ green 40 ◦ blue 169

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

Shades of Persian Rose #FF28A9

Tints of Persian Rose #FF28A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 54.96%
G = 8.62%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF28A9 (or 0xFF28A9) is known color: Persian Rose. HEX triplet: FF, 28 and A9. RGB value is (255,40,169). Sum of RGB (Red+Green+Blue) = 255+40+169=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF28A9 is #00D756. Grayscale: #767676. Windows color (decimal): -55127 or 11086079. OLE color: 11086079.

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

Color convert

RGB 255 40 169 -
CMYK 0 0.84 0.34 0
HSL 324º 1% 0.58% -
HSV(B) 324º 0.84% 1% -
XYZ 49.16 25.64 39.89 -
YUV 118.99 156.23 225.01 -
System Red Green Blue C M Y K H S L
Decimal 255 40 169 0 0.84 0.34 0 324 1 0.58
Hex FF 28 A9 0 54 22 0 144 64 3A
Octal 377 50 251 0 124 42 0 504 144 72
Binary 11111111 101000 10101001 0 1010100 100010 0 101000100 1100100 111010

Color Harmonies of #FF28A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF28A9

Black with #FF28A9

Text Example


Text Example

White with #FF28A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF28A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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