Html Css Color HEX #FE55FE Pink Flamingo

📋 copy color: '#FE55FE'

red 254 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #FE55FE

Tints of Pink Flamingo #FE55FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.33%

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 42.83%
G = 14.33%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE55FE (or 0xFE55FE) is known color: Pink Flamingo. HEX triplet: FE, 55 and FE. RGB value is (254,85,254). Sum of RGB (Red+Green+Blue) = 254+85+254=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 85 (33.59% from 255 or 14.33% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55FE is #01AA01. Grayscale: #9A9A9A. Windows color (decimal): -109058 or 16668158. OLE color: 16668158.

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

Color convert

RGB 254 85 254 -
CMYK 0 0.67 0 0.00
HSL 300º 0.99% 0.66% -
HSV(B) 300º 0.67% 1% -
XYZ 62.01 34.72 97.2 -
YUV 154.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 254 85 254 0 0.67 0 0.00 300 0.99 0.66
Hex FE 55 FE 0 43 0 0 12C 63 42
Octal 376 125 376 0 103 0 0 454 143 102
Binary 11111110 1010101 11111110 0 1000011 0 0 100101100 1100011 1000010

Color Harmonies of #FE55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55FE

Black with #FE55FE

Text Example


Text Example

White with #FE55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55FE; }

 p { color: rgb(254,85,254); }

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

background-color css

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

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

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

border-color css

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

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

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