Html Css Color HEX #FE37A8 Persian Rose

📋 copy color: '#FE37A8'

red 254 ◦ green 55 ◦ blue 168

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

Shades of Persian Rose #FE37A8

Tints of Persian Rose #FE37A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.22%

R = 53.25%
G = 11.53%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE37A8 (or 0xFE37A8) is known color: Persian Rose. HEX triplet: FE, 37 and A8. RGB value is (254,55,168). Sum of RGB (Red+Green+Blue) = 254+55+168=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37A8 is #01C857. Grayscale: #7F7F7F. Windows color (decimal): -116824 or 11024382. OLE color: 11024382.

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

Color convert

RGB 254 55 168 -
CMYK 0 0.78 0.34 0.00
HSL 325.93º 0.99% 0.61% -
HSV(B) 325.93º 0.78% 1% -
XYZ 49.31 26.63 39.59 -
YUV 127.38 150.93 218.31 -
System Red Green Blue C M Y K H S L
Decimal 254 55 168 0 0.78 0.34 0.00 325.93 0.99 0.61
Hex FE 37 A8 0 4E 22 0 146 63 3D
Octal 376 67 250 0 116 42 0 506 143 75
Binary 11111110 110111 10101000 0 1001110 100010 0 101000110 1100011 111101

Color Harmonies of #FE37A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37A8

Black with #FE37A8

Text Example


Text Example

White with #FE37A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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