Html Css Color HEX #FE28AB Persian Rose

📋 copy color: '#FE28AB'

red 254 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #FE28AB

Tints of Persian Rose #FE28AB

RGB

 RED value IS 254 (99.61% from 255) = 54.62%

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 54.62%
G = 8.6%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE28AB (or 0xFE28AB) is known color: Persian Rose. HEX triplet: FE, 28 and AB. RGB value is (254,40,171). Sum of RGB (Red+Green+Blue) = 254+40+171=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE28AB is #01D754. Grayscale: #767676. Windows color (decimal): -120661 or 11217150. OLE color: 11217150.

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

Color convert

RGB 254 40 171 -
CMYK 0 0.84 0.33 0.00
HSL 323.27º 0.99% 0.58% -
HSV(B) 323.27º 0.84% 1% -
XYZ 48.98 25.53 40.87 -
YUV 118.92 157.4 224.35 -
System Red Green Blue C M Y K H S L
Decimal 254 40 171 0 0.84 0.33 0.00 323.27 0.99 0.58
Hex FE 28 AB 0 54 21 0 143 63 3A
Octal 376 50 253 0 124 41 0 503 143 72
Binary 11111110 101000 10101011 0 1010100 100001 0 101000011 1100011 111010

Color Harmonies of #FE28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28AB

Black with #FE28AB

Text Example


Text Example

White with #FE28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28AB; }

 p { color: rgb(254,40,171); }

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

background-color css

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

 a { background-color: rgb(254,40,171); }

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

border-color css

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

 span { border-color: rgb(254,40,171); }

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