Html Css Color HEX #FE4FED Pink Flamingo

📋 copy color: '#FE4FED'

red 254 ◦ green 79 ◦ blue 237

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

Shades of Pink Flamingo #FE4FED

Tints of Pink Flamingo #FE4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.86%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 44.56%
G = 13.86%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE4FED (or 0xFE4FED) is known color: Pink Flamingo. HEX triplet: FE, 4F and ED. RGB value is (254,79,237). Sum of RGB (Red+Green+Blue) = 254+79+237=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 79 (31.25% from 255 or 13.86% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4FED is #01B012. Grayscale: #949494. Windows color (decimal): -110611 or 15552510. OLE color: 15552510.

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

Color convert

RGB 254 79 237 -
CMYK 0 0.69 0.07 0.00
HSL 305.83º 0.99% 0.65% -
HSV(B) 305.83º 0.69% 1% -
XYZ 58.96 32.78 83.34 -
YUV 149.34 177.48 202.65 -
System Red Green Blue C M Y K H S L
Decimal 254 79 237 0 0.69 0.07 0.00 305.83 0.99 0.65
Hex FE 4F ED 0 45 7 0 132 63 41
Octal 376 117 355 0 105 7 0 462 143 101
Binary 11111110 1001111 11101101 0 1000101 111 0 100110010 1100011 1000001

Color Harmonies of #FE4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4FED

Black with #FE4FED

Text Example


Text Example

White with #FE4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4FED; }

 p { color: rgb(254,79,237); }

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

background-color css

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

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

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

border-color css

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

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

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