Html Css Color HEX #FE37AB Persian Rose

📋 copy color: '#FE37AB'

red 254 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #FE37AB

Tints of Persian Rose #FE37AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 52.92%
G = 11.46%
B = 35.63%

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

#FE37AB (or 0xFE37AB) is known color: Persian Rose. HEX triplet: FE, 37 and AB. RGB value is (254,55,171). Sum of RGB (Red+Green+Blue) = 254+55+171=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37AB is #01C854. Grayscale: #7F7F7F. Windows color (decimal): -116821 or 11220990. OLE color: 11220990.

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

Color convert

RGB 254 55 171 -
CMYK 0 0.78 0.33 0.00
HSL 325.03º 0.99% 0.61% -
HSV(B) 325.03º 0.78% 1% -
XYZ 49.59 26.74 41.08 -
YUV 127.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 254 55 171 0 0.78 0.33 0.00 325.03 0.99 0.61
Hex FE 37 AB 0 4E 21 0 145 63 3D
Octal 376 67 253 0 116 41 0 505 143 75
Binary 11111110 110111 10101011 0 1001110 100001 0 101000101 1100011 111101

Color Harmonies of #FE37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37AB

Black with #FE37AB

Text Example


Text Example

White with #FE37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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