Html Css Color HEX #FE5DFE Pink Flamingo

📋 copy color: '#FE5DFE'

red 254 ◦ green 93 ◦ blue 254

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

Shades of Pink Flamingo #FE5DFE

Tints of Pink Flamingo #FE5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.47%

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

R = 42.26%
G = 15.47%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE5DFE (or 0xFE5DFE) is known color: Pink Flamingo. HEX triplet: FE, 5D and FE. RGB value is (254,93,254). Sum of RGB (Red+Green+Blue) = 254+93+254=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 93 (36.72% from 255 or 15.47% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DFE is #01A201. Grayscale: #9F9F9F. Windows color (decimal): -107010 or 16670206. OLE color: 16670206.

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

Color convert

RGB 254 93 254 -
CMYK 0 0.63 0 0.00
HSL 300º 0.99% 0.68% -
HSV(B) 300º 0.63% 1% -
XYZ 62.68 36.06 97.42 -
YUV 159.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 254 93 254 0 0.63 0 0.00 300 0.99 0.68
Hex FE 5D FE 0 3F 0 0 12C 63 44
Octal 376 135 376 0 77 0 0 454 143 104
Binary 11111110 1011101 11111110 0 111111 0 0 100101100 1100011 1000100

Color Harmonies of #FE5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DFE

Black with #FE5DFE

Text Example


Text Example

White with #FE5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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