Html Css Color HEX #FE48FE Pink Flamingo

📋 copy color: '#FE48FE'

red 254 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #FE48FE

Tints of Pink Flamingo #FE48FE

RGB

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

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

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

R = 43.79%
G = 12.41%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE48FE (or 0xFE48FE) is known color: Pink Flamingo. HEX triplet: FE, 48 and FE. RGB value is (254,72,254). Sum of RGB (Red+Green+Blue) = 254+72+254=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 72 (28.52% from 255 or 12.41% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE48FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE48FE is #01B701. Grayscale: #929292. Windows color (decimal): -112386 or 16664830. OLE color: 16664830.

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

Color convert

RGB 254 72 254 -
CMYK 0 0.72 0 0.00
HSL 300º 0.99% 0.64% -
HSV(B) 300º 0.72% 1% -
XYZ 61.08 32.86 96.89 -
YUV 147.17 188.3 204.2 -
System Red Green Blue C M Y K H S L
Decimal 254 72 254 0 0.72 0 0.00 300 0.99 0.64
Hex FE 48 FE 0 48 0 0 12C 63 40
Octal 376 110 376 0 110 0 0 454 143 100
Binary 11111110 1001000 11111110 0 1001000 0 0 100101100 1100011 1000000

Color Harmonies of #FE48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48FE

Black with #FE48FE

Text Example


Text Example

White with #FE48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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