Html Css Color HEX #FE37AC Persian Rose

📋 copy color: '#FE37AC'

red 254 ◦ green 55 ◦ blue 172

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

Shades of Persian Rose #FE37AC

Tints of Persian Rose #FE37AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.43%

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 52.81%
G = 11.43%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE37AC (or 0xFE37AC) is known color: Persian Rose. HEX triplet: FE, 37 and AC. RGB value is (254,55,172). Sum of RGB (Red+Green+Blue) = 254+55+172=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37AC is #01C853. Grayscale: #7F7F7F. Windows color (decimal): -116820 or 11286526. OLE color: 11286526.

HSL color Cylindrical-coordinate representation of color #FE37AC: hue angle of 324.72º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE37AC is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 55 172 -
CMYK 0 0.78 0.32 0.00
HSL 324.72º 0.99% 0.61% -
HSV(B) 324.72º 0.78% 1% -
XYZ 49.69 26.78 41.58 -
YUV 127.84 152.93 217.99 -
System Red Green Blue C M Y K H S L
Decimal 254 55 172 0 0.78 0.32 0.00 324.72 0.99 0.61
Hex FE 37 AC 0 4E 20 0 145 63 3D
Octal 376 67 254 0 116 40 0 505 143 75
Binary 11111110 110111 10101100 0 1001110 100000 0 101000101 1100011 111101

Color Harmonies of #FE37AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37AC

Black with #FE37AC

Text Example


Text Example

White with #FE37AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37AC; }

 p { color: rgb(254,55,172); }

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

background-color css

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

 a { background-color: rgb(254,55,172); }

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

border-color css

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

 span { border-color: rgb(254,55,172); }

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