Html Css Color HEX #FE48EF Pink Flamingo

📋 copy color: '#FE48EF'

red 254 ◦ green 72 ◦ blue 239

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

Shades of Pink Flamingo #FE48EF

Tints of Pink Flamingo #FE48EF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.74%

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

R = 44.96%
G = 12.74%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE48EF (or 0xFE48EF) is known color: Pink Flamingo. HEX triplet: FE, 48 and EF. RGB value is (254,72,239). Sum of RGB (Red+Green+Blue) = 254+72+239=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 72 (28.52% from 255 or 12.74% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE48EF is #01B710. Grayscale: #909090. Windows color (decimal): -112401 or 15681790. OLE color: 15681790.

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

Color convert

RGB 254 72 239 -
CMYK 0 0.72 0.06 0.00
HSL 304.95º 0.99% 0.64% -
HSV(B) 304.95º 0.72% 1% -
XYZ 58.77 31.94 84.73 -
YUV 145.46 180.8 205.42 -
System Red Green Blue C M Y K H S L
Decimal 254 72 239 0 0.72 0.06 0.00 304.95 0.99 0.64
Hex FE 48 EF 0 48 6 0 131 63 40
Octal 376 110 357 0 110 6 0 461 143 100
Binary 11111110 1001000 11101111 0 1001000 110 0 100110001 1100011 1000000

Color Harmonies of #FE48EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48EF

Black with #FE48EF

Text Example


Text Example

White with #FE48EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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