Html Css Color HEX #FE2C9E Persian Rose

📋 copy color: '#FE2C9E'

red 254 ◦ green 44 ◦ blue 158

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

Shades of Persian Rose #FE2C9E

Tints of Persian Rose #FE2C9E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.65%

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

R = 55.7%
G = 9.65%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE2C9E (or 0xFE2C9E) is known color: Persian Rose. HEX triplet: FE, 2C and 9E. RGB value is (254,44,158). Sum of RGB (Red+Green+Blue) = 254+44+158=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2C9E is #01D361. Grayscale: #777777. Windows color (decimal): -119650 or 10366206. OLE color: 10366206.

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

Color convert

RGB 254 44 158 -
CMYK 0 0.83 0.38 0.00
HSL 327.43º 0.99% 0.58% -
HSV(B) 327.43º 0.83% 1% -
XYZ 47.95 25.34 34.71 -
YUV 119.79 149.57 223.73 -
System Red Green Blue C M Y K H S L
Decimal 254 44 158 0 0.83 0.38 0.00 327.43 0.99 0.58
Hex FE 2C 9E 0 53 26 0 147 63 3A
Octal 376 54 236 0 123 46 0 507 143 72
Binary 11111110 101100 10011110 0 1010011 100110 0 101000111 1100011 111010

Color Harmonies of #FE2C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2C9E

Black with #FE2C9E

Text Example


Text Example

White with #FE2C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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