Html Css Color HEX #FE36B2 Persian Rose

📋 copy color: '#FE36B2'

red 254 ◦ green 54 ◦ blue 178

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

Shades of Persian Rose #FE36B2

Tints of Persian Rose #FE36B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 52.26%
G = 11.11%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE36B2 (or 0xFE36B2) is known color: Persian Rose. HEX triplet: FE, 36 and B2. RGB value is (254,54,178). Sum of RGB (Red+Green+Blue) = 254+54+178=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36B2 is #01C94D. Grayscale: #7F7F7F. Windows color (decimal): -117070 or 11679486. OLE color: 11679486.

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

Color convert

RGB 254 54 178 -
CMYK 0 0.79 0.30 0.00
HSL 322.8º 0.99% 0.6% -
HSV(B) 322.8º 0.79% 1% -
XYZ 50.23 26.92 44.67 -
YUV 127.94 156.26 217.92 -
System Red Green Blue C M Y K H S L
Decimal 254 54 178 0 0.79 0.30 0.00 322.8 0.99 0.6
Hex FE 36 B2 0 4F 1E 0 143 63 3C
Octal 376 66 262 0 117 36 0 503 143 74
Binary 11111110 110110 10110010 0 1001111 11110 0 101000011 1100011 111100

Color Harmonies of #FE36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36B2

Black with #FE36B2

Text Example


Text Example

White with #FE36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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