Html Css Color HEX #FE239F Persian Rose

📋 copy color: '#FE239F'

red 254 ◦ green 35 ◦ blue 159

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

Shades of Persian Rose #FE239F

Tints of Persian Rose #FE239F

RGB

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

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

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

R = 56.7%
G = 7.81%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE239F (or 0xFE239F) is known color: Persian Rose. HEX triplet: FE, 23 and 9F. RGB value is (254,35,159). Sum of RGB (Red+Green+Blue) = 254+35+159=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE239F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE239F is #01DC60. Grayscale: #727272. Windows color (decimal): -121953 or 10429438. OLE color: 10429438.

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

Color convert

RGB 254 35 159 -
CMYK 0 0.86 0.37 0.00
HSL 326.03º 0.99% 0.57% -
HSV(B) 326.03º 0.86% 1% -
XYZ 47.73 24.78 35.07 -
YUV 114.62 153.05 227.42 -
System Red Green Blue C M Y K H S L
Decimal 254 35 159 0 0.86 0.37 0.00 326.03 0.99 0.57
Hex FE 23 9F 0 56 25 0 146 63 39
Octal 376 43 237 0 126 45 0 506 143 71
Binary 11111110 100011 10011111 0 1010110 100101 0 101000110 1100011 111001

Color Harmonies of #FE239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE239F

Black with #FE239F

Text Example


Text Example

White with #FE239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE239F; }

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

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

background-color css

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

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

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

border-color css

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

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

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