Html Css Color HEX #FE58FF Pink Flamingo

📋 copy color: '#FE58FF'

red 254 ◦ green 88 ◦ blue 255

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

Shades of Pink Flamingo #FE58FF

Tints of Pink Flamingo #FE58FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 42.55%
G = 14.74%
B = 42.71%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE58FF (or 0xFE58FF) is known color: Pink Flamingo. HEX triplet: FE, 58 and FF. RGB value is (254,88,255). Sum of RGB (Red+Green+Blue) = 254+88+255=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 88 (34.77% from 255 or 14.74% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE58FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE58FF is #01A700. Grayscale: #9C9C9C. Windows color (decimal): -108289 or 16734462. OLE color: 16734462.

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

Color convert

RGB 254 88 255 -
CMYK 0.00 0.65 0 0
HSL 299.64º 1% 0.67% -
HSV(B) 299.64º 0.65% 1% -
XYZ 62.41 35.27 98.13 -
YUV 156.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 254 88 255 0.00 0.65 0 0 299.64 1 0.67
Hex FE 58 FF 0 41 0 0 12C 64 43
Octal 376 130 377 0 101 0 0 454 144 103
Binary 11111110 1011000 11111111 0 1000001 0 0 100101100 1100100 1000011

Color Harmonies of #FE58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58FF

Black with #FE58FF

Text Example


Text Example

White with #FE58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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