Html Css Color HEX #FE229E Persian Rose

📋 copy color: '#FE229E'

red 254 ◦ green 34 ◦ blue 158

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

Shades of Persian Rose #FE229E

Tints of Persian Rose #FE229E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.62%

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 56.95%
G = 7.62%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE229E (or 0xFE229E) is known color: Persian Rose. HEX triplet: FE, 22 and 9E. RGB value is (254,34,158). Sum of RGB (Red+Green+Blue) = 254+34+158=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE229E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE229E is #01DD61. Grayscale: #717171. Windows color (decimal): -122210 or 10363646. OLE color: 10363646.

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

Color convert

RGB 254 34 158 -
CMYK 0 0.87 0.38 0.00
HSL 326.18º 0.99% 0.56% -
HSV(B) 326.18º 0.87% 1% -
XYZ 47.62 24.68 34.6 -
YUV 113.92 152.89 227.92 -
System Red Green Blue C M Y K H S L
Decimal 254 34 158 0 0.87 0.38 0.00 326.18 0.99 0.56
Hex FE 22 9E 0 57 26 0 146 63 38
Octal 376 42 236 0 127 46 0 506 143 70
Binary 11111110 100010 10011110 0 1010111 100110 0 101000110 1100011 111000

Color Harmonies of #FE229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE229E

Black with #FE229E

Text Example


Text Example

White with #FE229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE229E; }

 p { color: rgb(254,34,158); }

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

background-color css

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

 a { background-color: rgb(254,34,158); }

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

border-color css

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

 span { border-color: rgb(254,34,158); }

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