Html Css Color HEX #FE2CA0 Persian Rose

📋 copy color: '#FE2CA0'

red 254 ◦ green 44 ◦ blue 160

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

Shades of Persian Rose #FE2CA0

Tints of Persian Rose #FE2CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 55.46%
G = 9.61%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE2CA0 (or 0xFE2CA0) is known color: Persian Rose. HEX triplet: FE, 2C and A0. RGB value is (254,44,160). Sum of RGB (Red+Green+Blue) = 254+44+160=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2CA0 is #01D35F. Grayscale: #777777. Windows color (decimal): -119648 or 10497278. OLE color: 10497278.

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

Color convert

RGB 254 44 160 -
CMYK 0 0.83 0.37 0.00
HSL 326.86º 0.99% 0.58% -
HSV(B) 326.86º 0.83% 1% -
XYZ 48.12 25.41 35.63 -
YUV 120.01 150.57 223.57 -
System Red Green Blue C M Y K H S L
Decimal 254 44 160 0 0.83 0.37 0.00 326.86 0.99 0.58
Hex FE 2C A0 0 53 25 0 147 63 3A
Octal 376 54 240 0 123 45 0 507 143 72
Binary 11111110 101100 10100000 0 1010011 100101 0 101000111 1100011 111010

Color Harmonies of #FE2CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2CA0

Black with #FE2CA0

Text Example


Text Example

White with #FE2CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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