Html Css Color HEX #FE289A Persian Rose

📋 copy color: '#FE289A'

red 254 ◦ green 40 ◦ blue 154

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

Shades of Persian Rose #FE289A

Tints of Persian Rose #FE289A

RGB

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

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

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

R = 56.7%
G = 8.93%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE289A (or 0xFE289A) is known color: Persian Rose. HEX triplet: FE, 28 and 9A. RGB value is (254,40,154). Sum of RGB (Red+Green+Blue) = 254+40+154=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE289A is #01D765. Grayscale: #747474. Windows color (decimal): -120678 or 10103038. OLE color: 10103038.

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

Color convert

RGB 254 40 154 -
CMYK 0 0.84 0.39 0.00
HSL 328.04º 0.99% 0.58% -
HSV(B) 328.04º 0.84% 1% -
XYZ 47.46 24.92 32.88 -
YUV 116.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 254 40 154 0 0.84 0.39 0.00 328.04 0.99 0.58
Hex FE 28 9A 0 54 27 0 148 63 3A
Octal 376 50 232 0 124 47 0 510 143 72
Binary 11111110 101000 10011010 0 1010100 100111 0 101001000 1100011 111010

Color Harmonies of #FE289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE289A

Black with #FE289A

Text Example


Text Example

White with #FE289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE289A; }

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

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

background-color css

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

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

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

border-color css

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

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

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