Html Css Color HEX #FE27AC Persian Rose

📋 copy color: '#FE27AC'

red 254 ◦ green 39 ◦ blue 172

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

Shades of Persian Rose #FE27AC

Tints of Persian Rose #FE27AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 54.62%
G = 8.39%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE27AC (or 0xFE27AC) is known color: Persian Rose. HEX triplet: FE, 27 and AC. RGB value is (254,39,172). Sum of RGB (Red+Green+Blue) = 254+39+172=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27AC is #01D853. Grayscale: #767676. Windows color (decimal): -120916 or 11282430. OLE color: 11282430.

HSL color Cylindrical-coordinate representation of color #FE27AC: hue angle of 322.88º 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 #FE27AC is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 39 172 -
CMYK 0 0.85 0.32 0.00
HSL 322.88º 0.99% 0.57% -
HSV(B) 322.88º 0.85% 1% -
XYZ 49.04 25.5 41.37 -
YUV 118.45 158.23 224.69 -
System Red Green Blue C M Y K H S L
Decimal 254 39 172 0 0.85 0.32 0.00 322.88 0.99 0.57
Hex FE 27 AC 0 55 20 0 143 63 39
Octal 376 47 254 0 125 40 0 503 143 71
Binary 11111110 100111 10101100 0 1010101 100000 0 101000011 1100011 111001

Color Harmonies of #FE27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE27AC

Black with #FE27AC

Text Example


Text Example

White with #FE27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE27AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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