Html Css Color HEX #FE37AA Persian Rose

📋 copy color: '#FE37AA'

red 254 ◦ green 55 ◦ blue 170

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

Shades of Persian Rose #FE37AA

Tints of Persian Rose #FE37AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 53.03%
G = 11.48%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE37AA (or 0xFE37AA) is known color: Persian Rose. HEX triplet: FE, 37 and AA. RGB value is (254,55,170). Sum of RGB (Red+Green+Blue) = 254+55+170=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37AA is #01C855. Grayscale: #7F7F7F. Windows color (decimal): -116822 or 11155454. OLE color: 11155454.

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

Color convert

RGB 254 55 170 -
CMYK 0 0.78 0.33 0.00
HSL 325.33º 0.99% 0.61% -
HSV(B) 325.33º 0.78% 1% -
XYZ 49.49 26.71 40.58 -
YUV 127.61 151.93 218.15 -
System Red Green Blue C M Y K H S L
Decimal 254 55 170 0 0.78 0.33 0.00 325.33 0.99 0.61
Hex FE 37 AA 0 4E 21 0 145 63 3D
Octal 376 67 252 0 116 41 0 505 143 75
Binary 11111110 110111 10101010 0 1001110 100001 0 101000101 1100011 111101

Color Harmonies of #FE37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37AA

Black with #FE37AA

Text Example


Text Example

White with #FE37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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