Html Css Color HEX #FE2EB2 Persian Rose

📋 copy color: '#FE2EB2'

red 254 ◦ green 46 ◦ blue 178

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

Shades of Persian Rose #FE2EB2

Tints of Persian Rose #FE2EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.62%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 53.14%
G = 9.62%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE2EB2 (or 0xFE2EB2) is known color: Persian Rose. HEX triplet: FE, 2E and B2. RGB value is (254,46,178). Sum of RGB (Red+Green+Blue) = 254+46+178=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2EB2 is #01D14D. Grayscale: #7A7A7A. Windows color (decimal): -119118 or 11677438. OLE color: 11677438.

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

Color convert

RGB 254 46 178 -
CMYK 0 0.82 0.30 0.00
HSL 321.92º 0.99% 0.59% -
HSV(B) 321.92º 0.82% 1% -
XYZ 49.89 26.24 44.55 -
YUV 123.24 158.91 221.27 -
System Red Green Blue C M Y K H S L
Decimal 254 46 178 0 0.82 0.30 0.00 321.92 0.99 0.59
Hex FE 2E B2 0 52 1E 0 142 63 3B
Octal 376 56 262 0 122 36 0 502 143 73
Binary 11111110 101110 10110010 0 1010010 11110 0 101000010 1100011 111011

Color Harmonies of #FE2EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2EB2

Black with #FE2EB2

Text Example


Text Example

White with #FE2EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2EB2; }

 p { color: rgb(254,46,178); }

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

background-color css

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

 a { background-color: rgb(254,46,178); }

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

border-color css

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

 span { border-color: rgb(254,46,178); }

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