Html Css Color HEX #FE58EB Pink Flamingo

📋 copy color: '#FE58EB'

red 254 ◦ green 88 ◦ blue 235

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

Shades of Pink Flamingo #FE58EB

Tints of Pink Flamingo #FE58EB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.25%

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 44.02%
G = 15.25%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE58EB (or 0xFE58EB) is known color: Pink Flamingo. HEX triplet: FE, 58 and EB. RGB value is (254,88,235). Sum of RGB (Red+Green+Blue) = 254+88+235=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE58EB is #01A714. Grayscale: #999999. Windows color (decimal): -108309 or 15423742. OLE color: 15423742.

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

Color convert

RGB 254 88 235 -
CMYK 0 0.65 0.07 0.00
HSL 306.87º 0.99% 0.67% -
HSV(B) 306.87º 0.65% 1% -
XYZ 59.36 34.05 82.04 -
YUV 154.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 254 88 235 0 0.65 0.07 0.00 306.87 0.99 0.67
Hex FE 58 EB 0 41 7 0 133 63 43
Octal 376 130 353 0 101 7 0 463 143 103
Binary 11111110 1011000 11101011 0 1000001 111 0 100110011 1100011 1000011

Color Harmonies of #FE58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58EB

Black with #FE58EB

Text Example


Text Example

White with #FE58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58EB; }

 p { color: rgb(254,88,235); }

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

background-color css

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

 a { background-color: rgb(254,88,235); }

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

border-color css

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

 span { border-color: rgb(254,88,235); }

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