Html Css Color HEX #FE36AF Persian Rose

📋 copy color: '#FE36AF'

red 254 ◦ green 54 ◦ blue 175

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

Shades of Persian Rose #FE36AF

Tints of Persian Rose #FE36AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 52.59%
G = 11.18%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE36AF (or 0xFE36AF) is known color: Persian Rose. HEX triplet: FE, 36 and AF. RGB value is (254,54,175). Sum of RGB (Red+Green+Blue) = 254+54+175=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36AF is #01C950. Grayscale: #7F7F7F. Windows color (decimal): -117073 or 11482878. OLE color: 11482878.

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

Color convert

RGB 254 54 175 -
CMYK 0 0.79 0.31 0.00
HSL 323.7º 0.99% 0.6% -
HSV(B) 323.7º 0.79% 1% -
XYZ 49.93 26.8 43.1 -
YUV 127.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 254 54 175 0 0.79 0.31 0.00 323.7 0.99 0.6
Hex FE 36 AF 0 4F 1F 0 144 63 3C
Octal 376 66 257 0 117 37 0 504 143 74
Binary 11111110 110110 10101111 0 1001111 11111 0 101000100 1100011 111100

Color Harmonies of #FE36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36AF

Black with #FE36AF

Text Example


Text Example

White with #FE36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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