Html Css Color HEX #FE289D Persian Rose

📋 copy color: '#FE289D'

red 254 ◦ green 40 ◦ blue 157

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

Shades of Persian Rose #FE289D

Tints of Persian Rose #FE289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.81%

R = 56.32%
G = 8.87%
B = 34.81%

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

#FE289D (or 0xFE289D) is known color: Persian Rose. HEX triplet: FE, 28 and 9D. RGB value is (254,40,157). Sum of RGB (Red+Green+Blue) = 254+40+157=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE289D is #01D762. Grayscale: #757575. Windows color (decimal): -120675 or 10299646. OLE color: 10299646.

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

Color convert

RGB 254 40 157 -
CMYK 0 0.84 0.38 0.00
HSL 327.2º 0.99% 0.58% -
HSV(B) 327.2º 0.84% 1% -
XYZ 47.72 25.02 34.21 -
YUV 117.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 254 40 157 0 0.84 0.38 0.00 327.2 0.99 0.58
Hex FE 28 9D 0 54 26 0 147 63 3A
Octal 376 50 235 0 124 46 0 507 143 72
Binary 11111110 101000 10011101 0 1010100 100110 0 101000111 1100011 111010

Color Harmonies of #FE289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE289D

Black with #FE289D

Text Example


Text Example

White with #FE289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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