Html Css Color HEX #FE36AD Persian Rose

📋 copy color: '#FE36AD'

red 254 ◦ green 54 ◦ blue 173

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

Shades of Persian Rose #FE36AD

Tints of Persian Rose #FE36AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.97%

R = 52.81%
G = 11.23%
B = 35.97%

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

#FE36AD (or 0xFE36AD) is known color: Persian Rose. HEX triplet: FE, 36 and AD. RGB value is (254,54,173). Sum of RGB (Red+Green+Blue) = 254+54+173=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36AD is #01C952. Grayscale: #7F7F7F. Windows color (decimal): -117075 or 11351806. OLE color: 11351806.

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

Color convert

RGB 254 54 173 -
CMYK 0 0.79 0.32 0.00
HSL 324.3º 0.99% 0.6% -
HSV(B) 324.3º 0.79% 1% -
XYZ 49.74 26.73 42.07 -
YUV 127.37 153.76 218.32 -
System Red Green Blue C M Y K H S L
Decimal 254 54 173 0 0.79 0.32 0.00 324.3 0.99 0.6
Hex FE 36 AD 0 4F 20 0 144 63 3C
Octal 376 66 255 0 117 40 0 504 143 74
Binary 11111110 110110 10101101 0 1001111 100000 0 101000100 1100011 111100

Color Harmonies of #FE36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36AD

Black with #FE36AD

Text Example


Text Example

White with #FE36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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