Html Css Color HEX #FE36A7 Persian Rose

📋 copy color: '#FE36A7'

red 254 ◦ green 54 ◦ blue 167

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

Shades of Persian Rose #FE36A7

Tints of Persian Rose #FE36A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.16%

R = 53.47%
G = 11.37%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE36A7 (or 0xFE36A7) is known color: Persian Rose. HEX triplet: FE, 36 and A7. RGB value is (254,54,167). Sum of RGB (Red+Green+Blue) = 254+54+167=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36A7 is #01C958. Grayscale: #7E7E7E. Windows color (decimal): -117081 or 10958590. OLE color: 10958590.

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

Color convert

RGB 254 54 167 -
CMYK 0 0.79 0.34 0.00
HSL 326.1º 0.99% 0.6% -
HSV(B) 326.1º 0.79% 1% -
XYZ 49.17 26.5 39.08 -
YUV 126.68 150.76 218.81 -
System Red Green Blue C M Y K H S L
Decimal 254 54 167 0 0.79 0.34 0.00 326.1 0.99 0.6
Hex FE 36 A7 0 4F 22 0 146 63 3C
Octal 376 66 247 0 117 42 0 506 143 74
Binary 11111110 110110 10100111 0 1001111 100010 0 101000110 1100011 111100

Color Harmonies of #FE36A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36A7

Black with #FE36A7

Text Example


Text Example

White with #FE36A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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