Html Css Color HEX #FE44EF Pink Flamingo

📋 copy color: '#FE44EF'

red 254 ◦ green 68 ◦ blue 239

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

Shades of Pink Flamingo #FE44EF

Tints of Pink Flamingo #FE44EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.12%

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 45.28%
G = 12.12%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE44EF (or 0xFE44EF) is known color: Pink Flamingo. HEX triplet: FE, 44 and EF. RGB value is (254,68,239). Sum of RGB (Red+Green+Blue) = 254+68+239=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 68 (26.95% from 255 or 12.12% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE44EF is #01BB10. Grayscale: #8E8E8E. Windows color (decimal): -113425 or 15680766. OLE color: 15680766.

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

Color convert

RGB 254 68 239 -
CMYK 0 0.73 0.06 0.00
HSL 304.84º 0.99% 0.63% -
HSV(B) 304.84º 0.73% 1% -
XYZ 58.52 31.44 84.64 -
YUV 143.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 254 68 239 0 0.73 0.06 0.00 304.84 0.99 0.63
Hex FE 44 EF 0 49 6 0 131 63 3F
Octal 376 104 357 0 111 6 0 461 143 77
Binary 11111110 1000100 11101111 0 1001001 110 0 100110001 1100011 111111

Color Harmonies of #FE44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE44EF

Black with #FE44EF

Text Example


Text Example

White with #FE44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE44EF; }

 p { color: rgb(254,68,239); }

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

background-color css

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

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

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

border-color css

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

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

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