Html Css Color HEX #FE239A Persian Rose

📋 copy color: '#FE239A'

red 254 ◦ green 35 ◦ blue 154

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

Shades of Persian Rose #FE239A

Tints of Persian Rose #FE239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.9%

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 57.34%
G = 7.9%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE239A (or 0xFE239A) is known color: Persian Rose. HEX triplet: FE, 23 and 9A. RGB value is (254,35,154). Sum of RGB (Red+Green+Blue) = 254+35+154=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE239A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE239A is #01DC65. Grayscale: #717171. Windows color (decimal): -121958 or 10101758. OLE color: 10101758.

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

Color convert

RGB 254 35 154 -
CMYK 0 0.86 0.39 0.00
HSL 327.4º 0.99% 0.57% -
HSV(B) 327.4º 0.86% 1% -
XYZ 47.31 24.61 32.83 -
YUV 114.05 150.55 227.82 -
System Red Green Blue C M Y K H S L
Decimal 254 35 154 0 0.86 0.39 0.00 327.4 0.99 0.57
Hex FE 23 9A 0 56 27 0 147 63 39
Octal 376 43 232 0 126 47 0 507 143 71
Binary 11111110 100011 10011010 0 1010110 100111 0 101000111 1100011 111001

Color Harmonies of #FE239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE239A

Black with #FE239A

Text Example


Text Example

White with #FE239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE239A; }

 p { color: rgb(254,35,154); }

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

background-color css

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

 a { background-color: rgb(254,35,154); }

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

border-color css

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

 span { border-color: rgb(254,35,154); }

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