Html Css Color HEX #FE5FFE Pink Flamingo

📋 copy color: '#FE5FFE'

red 254 ◦ green 95 ◦ blue 254

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

Shades of Pink Flamingo #FE5FFE

Tints of Pink Flamingo #FE5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.75%

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

R = 42.12%
G = 15.75%
B = 42.12%

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

#FE5FFE (or 0xFE5FFE) is known color: Pink Flamingo. HEX triplet: FE, 5F and FE. RGB value is (254,95,254). Sum of RGB (Red+Green+Blue) = 254+95+254=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 95 (37.5% from 255 or 15.75% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FFE is #01A001. Grayscale: #A0A0A0. Windows color (decimal): -106498 or 16670718. OLE color: 16670718.

HSL color Cylindrical-coordinate representation of color #FE5FFE: 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 #FE5FFE is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 95 254 -
CMYK 0 0.63 0 0.00
HSL 300º 0.99% 0.68% -
HSV(B) 300º 0.63% 1% -
XYZ 62.85 36.41 97.48 -
YUV 160.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 254 95 254 0 0.63 0 0.00 300 0.99 0.68
Hex FE 5F FE 0 3F 0 0 12C 63 44
Octal 376 137 376 0 77 0 0 454 143 104
Binary 11111110 1011111 11111110 0 111111 0 0 100101100 1100011 1000100

Color Harmonies of #FE5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FFE

Black with #FE5FFE

Text Example


Text Example

White with #FE5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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