Html Css Color HEX #FE289E Persian Rose

📋 copy color: '#FE289E'

red 254 ◦ green 40 ◦ blue 158

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

Shades of Persian Rose #FE289E

Tints of Persian Rose #FE289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.85%

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

R = 56.19%
G = 8.85%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE289E (or 0xFE289E) is known color: Persian Rose. HEX triplet: FE, 28 and 9E. RGB value is (254,40,158). Sum of RGB (Red+Green+Blue) = 254+40+158=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE289E is #01D761. Grayscale: #757575. Windows color (decimal): -120674 or 10365182. OLE color: 10365182.

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

Color convert

RGB 254 40 158 -
CMYK 0 0.84 0.38 0.00
HSL 326.92º 0.99% 0.58% -
HSV(B) 326.92º 0.84% 1% -
XYZ 47.8 25.06 34.66 -
YUV 117.44 150.9 225.41 -
System Red Green Blue C M Y K H S L
Decimal 254 40 158 0 0.84 0.38 0.00 326.92 0.99 0.58
Hex FE 28 9E 0 54 26 0 147 63 3A
Octal 376 50 236 0 124 46 0 507 143 72
Binary 11111110 101000 10011110 0 1010100 100110 0 101000111 1100011 111010

Color Harmonies of #FE289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE289E

Black with #FE289E

Text Example


Text Example

White with #FE289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE289E; }

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

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

background-color css

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

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

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

border-color css

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

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

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