Html Css Color HEX #FE36AA Persian Rose

📋 copy color: '#FE36AA'

red 254 ◦ green 54 ◦ blue 170

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

Shades of Persian Rose #FE36AA

Tints of Persian Rose #FE36AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 53.14%
G = 11.3%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE36AA (or 0xFE36AA) is known color: Persian Rose. HEX triplet: FE, 36 and AA. RGB value is (254,54,170). Sum of RGB (Red+Green+Blue) = 254+54+170=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36AA is #01C955. Grayscale: #7E7E7E. Windows color (decimal): -117078 or 11155198. OLE color: 11155198.

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

Color convert

RGB 254 54 170 -
CMYK 0 0.79 0.33 0.00
HSL 325.2º 0.99% 0.6% -
HSV(B) 325.2º 0.79% 1% -
XYZ 49.45 26.61 40.56 -
YUV 127.02 152.26 218.57 -
System Red Green Blue C M Y K H S L
Decimal 254 54 170 0 0.79 0.33 0.00 325.2 0.99 0.6
Hex FE 36 AA 0 4F 21 0 145 63 3C
Octal 376 66 252 0 117 41 0 505 143 74
Binary 11111110 110110 10101010 0 1001111 100001 0 101000101 1100011 111100

Color Harmonies of #FE36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36AA

Black with #FE36AA

Text Example


Text Example

White with #FE36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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