Html Css Color HEX #FF28A1 Persian Rose

📋 copy color: '#FF28A1'

red 255 ◦ green 40 ◦ blue 161

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

Shades of Persian Rose #FF28A1

Tints of Persian Rose #FF28A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.31%

R = 55.92%
G = 8.77%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF28A1 (or 0xFF28A1) is known color: Persian Rose. HEX triplet: FF, 28 and A1. RGB value is (255,40,161). Sum of RGB (Red+Green+Blue) = 255+40+161=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF28A1 is #00D75E. Grayscale: #757575. Windows color (decimal): -55135 or 10561791. OLE color: 10561791.

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

Color convert

RGB 255 40 161 -
CMYK 0 0.84 0.37 0
HSL 326.23º 1% 0.58% -
HSV(B) 326.23º 0.84% 1% -
XYZ 48.43 25.35 36.06 -
YUV 118.08 152.23 225.66 -
System Red Green Blue C M Y K H S L
Decimal 255 40 161 0 0.84 0.37 0 326.23 1 0.58
Hex FF 28 A1 0 54 25 0 146 64 3A
Octal 377 50 241 0 124 45 0 506 144 72
Binary 11111111 101000 10100001 0 1010100 100101 0 101000110 1100100 111010

Color Harmonies of #FF28A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF28A1

Black with #FF28A1

Text Example


Text Example

White with #FF28A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF28A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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