Html Css Color HEX #FE229B Persian Rose

📋 copy color: '#FE229B'

red 254 ◦ green 34 ◦ blue 155

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

Shades of Persian Rose #FE229B

Tints of Persian Rose #FE229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 57.34%
G = 7.67%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE229B (or 0xFE229B) is known color: Persian Rose. HEX triplet: FE, 22 and 9B. RGB value is (254,34,155). Sum of RGB (Red+Green+Blue) = 254+34+155=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE229B is #01DD64. Grayscale: #717171. Windows color (decimal): -122213 or 10167038. OLE color: 10167038.

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

Color convert

RGB 254 34 155 -
CMYK 0 0.87 0.39 0.00
HSL 327º 0.99% 0.56% -
HSV(B) 327º 0.87% 1% -
XYZ 47.36 24.58 33.26 -
YUV 113.57 151.39 228.16 -
System Red Green Blue C M Y K H S L
Decimal 254 34 155 0 0.87 0.39 0.00 327 0.99 0.56
Hex FE 22 9B 0 57 27 0 147 63 38
Octal 376 42 233 0 127 47 0 507 143 70
Binary 11111110 100010 10011011 0 1010111 100111 0 101000111 1100011 111000

Color Harmonies of #FE229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE229B

Black with #FE229B

Text Example


Text Example

White with #FE229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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