Html Css Color HEX #FE27AB Persian Rose

📋 copy color: '#FE27AB'

red 254 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #FE27AB

Tints of Persian Rose #FE27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.41%

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

R = 54.74%
G = 8.41%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE27AB (or 0xFE27AB) is known color: Persian Rose. HEX triplet: FE, 27 and AB. RGB value is (254,39,171). Sum of RGB (Red+Green+Blue) = 254+39+171=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27AB is #01D854. Grayscale: #767676. Windows color (decimal): -120917 or 11216894. OLE color: 11216894.

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

Color convert

RGB 254 39 171 -
CMYK 0 0.85 0.33 0.00
HSL 323.16º 0.99% 0.57% -
HSV(B) 323.16º 0.85% 1% -
XYZ 48.95 25.46 40.86 -
YUV 118.33 157.73 224.77 -
System Red Green Blue C M Y K H S L
Decimal 254 39 171 0 0.85 0.33 0.00 323.16 0.99 0.57
Hex FE 27 AB 0 55 21 0 143 63 39
Octal 376 47 253 0 125 41 0 503 143 71
Binary 11111110 100111 10101011 0 1010101 100001 0 101000011 1100011 111001

Color Harmonies of #FE27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE27AB

Black with #FE27AB

Text Example


Text Example

White with #FE27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE27AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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