Html Css Color HEX #FE229F Persian Rose

📋 copy color: '#FE229F'

red 254 ◦ green 34 ◦ blue 159

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

Shades of Persian Rose #FE229F

Tints of Persian Rose #FE229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 56.82%
G = 7.61%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE229F (or 0xFE229F) is known color: Persian Rose. HEX triplet: FE, 22 and 9F. RGB value is (254,34,159). Sum of RGB (Red+Green+Blue) = 254+34+159=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE229F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE229F is #01DD60. Grayscale: #717171. Windows color (decimal): -122209 or 10429182. OLE color: 10429182.

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

Color convert

RGB 254 34 159 -
CMYK 0 0.87 0.37 0.00
HSL 325.91º 0.99% 0.56% -
HSV(B) 325.91º 0.87% 1% -
XYZ 47.7 24.72 35.06 -
YUV 114.03 153.39 227.84 -
System Red Green Blue C M Y K H S L
Decimal 254 34 159 0 0.87 0.37 0.00 325.91 0.99 0.56
Hex FE 22 9F 0 57 25 0 146 63 38
Octal 376 42 237 0 127 45 0 506 143 70
Binary 11111110 100010 10011111 0 1010111 100101 0 101000110 1100011 111000

Color Harmonies of #FE229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE229F

Black with #FE229F

Text Example


Text Example

White with #FE229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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