Html Css Color HEX #FE45EF Pink Flamingo

📋 copy color: '#FE45EF'

red 254 ◦ green 69 ◦ blue 239

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

Shades of Pink Flamingo #FE45EF

Tints of Pink Flamingo #FE45EF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.28%

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

R = 45.2%
G = 12.28%
B = 42.53%

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

#FE45EF (or 0xFE45EF) is known color: Pink Flamingo. HEX triplet: FE, 45 and EF. RGB value is (254,69,239). Sum of RGB (Red+Green+Blue) = 254+69+239=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 69 (27.34% from 255 or 12.28% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE45EF is #01BA10. Grayscale: #8F8F8F. Windows color (decimal): -113169 or 15681022. OLE color: 15681022.

HSL color Cylindrical-coordinate representation of color #FE45EF: hue angle of 304.86º 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 #FE45EF is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 69 239 -
CMYK 0 0.73 0.06 0.00
HSL 304.86º 0.99% 0.63% -
HSV(B) 304.86º 0.73% 1% -
XYZ 58.58 31.56 84.67 -
YUV 143.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 254 69 239 0 0.73 0.06 0.00 304.86 0.99 0.63
Hex FE 45 EF 0 49 6 0 131 63 3F
Octal 376 105 357 0 111 6 0 461 143 77
Binary 11111110 1000101 11101111 0 1001001 110 0 100110001 1100011 111111

Color Harmonies of #FE45EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE45EF

Black with #FE45EF

Text Example


Text Example

White with #FE45EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE45EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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