Html Css Color HEX #FE37AF Persian Rose

📋 copy color: '#FE37AF'

red 254 ◦ green 55 ◦ blue 175

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

Shades of Persian Rose #FE37AF

Tints of Persian Rose #FE37AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 52.48%
G = 11.36%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE37AF (or 0xFE37AF) is known color: Persian Rose. HEX triplet: FE, 37 and AF. RGB value is (254,55,175). Sum of RGB (Red+Green+Blue) = 254+55+175=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37AF is #01C850. Grayscale: #7F7F7F. Windows color (decimal): -116817 or 11483134. OLE color: 11483134.

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

Color convert

RGB 254 55 175 -
CMYK 0 0.78 0.31 0.00
HSL 323.82º 0.99% 0.61% -
HSV(B) 323.82º 0.78% 1% -
XYZ 49.98 26.9 43.12 -
YUV 128.18 154.43 217.74 -
System Red Green Blue C M Y K H S L
Decimal 254 55 175 0 0.78 0.31 0.00 323.82 0.99 0.61
Hex FE 37 AF 0 4E 1F 0 144 63 3D
Octal 376 67 257 0 116 37 0 504 143 75
Binary 11111110 110111 10101111 0 1001110 11111 0 101000100 1100011 111101

Color Harmonies of #FE37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37AF

Black with #FE37AF

Text Example


Text Example

White with #FE37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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