Html Css Color HEX #FE2197 Persian Rose

📋 copy color: '#FE2197'

red 254 ◦ green 33 ◦ blue 151

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

Shades of Persian Rose #FE2197

Tints of Persian Rose #FE2197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.53%

 BLUE value IS 151 (59.38% from 255) = 34.47%

R = 57.99%
G = 7.53%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE2197 (or 0xFE2197) is known color: Persian Rose. HEX triplet: FE, 21 and 97. RGB value is (254,33,151). Sum of RGB (Red+Green+Blue) = 254+33+151=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2197 is #01DE68. Grayscale: #707070. Windows color (decimal): -122473 or 9904638. OLE color: 9904638.

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

Color convert

RGB 254 33 151 -
CMYK 0 0.87 0.41 0.00
HSL 327.96º 0.99% 0.56% -
HSV(B) 327.96º 0.87% 1% -
XYZ 47 24.39 31.51 -
YUV 112.53 149.72 228.91 -
System Red Green Blue C M Y K H S L
Decimal 254 33 151 0 0.87 0.41 0.00 327.96 0.99 0.56
Hex FE 21 97 0 57 29 0 148 63 38
Octal 376 41 227 0 127 51 0 510 143 70
Binary 11111110 100001 10010111 0 1010111 101001 0 101001000 1100011 111000

Color Harmonies of #FE2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2197

Black with #FE2197

Text Example


Text Example

White with #FE2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2197; }

 p { color: rgb(254,33,151); }

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

background-color css

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

 a { background-color: rgb(254,33,151); }

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

border-color css

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

 span { border-color: rgb(254,33,151); }

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