Html Css Color HEX #FE36AC Persian Rose

📋 copy color: '#FE36AC'

red 254 ◦ green 54 ◦ blue 172

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

Shades of Persian Rose #FE36AC

Tints of Persian Rose #FE36AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.25%

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

R = 52.92%
G = 11.25%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE36AC (or 0xFE36AC) is known color: Persian Rose. HEX triplet: FE, 36 and AC. RGB value is (254,54,172). Sum of RGB (Red+Green+Blue) = 254+54+172=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36AC is #01C953. Grayscale: #7E7E7E. Windows color (decimal): -117076 or 11286270. OLE color: 11286270.

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

Color convert

RGB 254 54 172 -
CMYK 0 0.79 0.32 0.00
HSL 324.6º 0.99% 0.6% -
HSV(B) 324.6º 0.79% 1% -
XYZ 49.64 26.69 41.56 -
YUV 127.25 153.26 218.41 -
System Red Green Blue C M Y K H S L
Decimal 254 54 172 0 0.79 0.32 0.00 324.6 0.99 0.6
Hex FE 36 AC 0 4F 20 0 145 63 3C
Octal 376 66 254 0 117 40 0 505 143 74
Binary 11111110 110110 10101100 0 1001111 100000 0 101000101 1100011 111100

Color Harmonies of #FE36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36AC

Black with #FE36AC

Text Example


Text Example

White with #FE36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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