Html Css Color HEX #FE27A9 Persian Rose

📋 copy color: '#FE27A9'

red 254 ◦ green 39 ◦ blue 169

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

Shades of Persian Rose #FE27A9

Tints of Persian Rose #FE27A9

RGB

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

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

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

R = 54.98%
G = 8.44%
B = 36.58%

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

#FE27A9 (or 0xFE27A9) is known color: Persian Rose. HEX triplet: FE, 27 and A9. RGB value is (254,39,169). Sum of RGB (Red+Green+Blue) = 254+39+169=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27A9 is #01D856. Grayscale: #757575. Windows color (decimal): -120919 or 11085822. OLE color: 11085822.

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

Color convert

RGB 254 39 169 -
CMYK 0 0.85 0.33 0.00
HSL 323.72º 0.99% 0.57% -
HSV(B) 323.72º 0.85% 1% -
XYZ 48.76 25.39 39.87 -
YUV 118.11 156.73 224.93 -
System Red Green Blue C M Y K H S L
Decimal 254 39 169 0 0.85 0.33 0.00 323.72 0.99 0.57
Hex FE 27 A9 0 55 21 0 144 63 39
Octal 376 47 251 0 125 41 0 504 143 71
Binary 11111110 100111 10101001 0 1010101 100001 0 101000100 1100011 111001

Color Harmonies of #FE27A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE27A9

Black with #FE27A9

Text Example


Text Example

White with #FE27A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE27A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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