Html Css Color HEX #FE48FC Pink Flamingo

📋 copy color: '#FE48FC'

red 254 ◦ green 72 ◦ blue 252

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

Shades of Pink Flamingo #FE48FC

Tints of Pink Flamingo #FE48FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 43.94%
G = 12.46%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE48FC (or 0xFE48FC) is known color: Pink Flamingo. HEX triplet: FE, 48 and FC. RGB value is (254,72,252). Sum of RGB (Red+Green+Blue) = 254+72+252=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 72 (28.52% from 255 or 12.46% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE48FC is #01B703. Grayscale: #929292. Windows color (decimal): -112388 or 16533758. OLE color: 16533758.

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

Color convert

RGB 254 72 252 -
CMYK 0 0.72 0.01 0.00
HSL 300.66º 0.99% 0.64% -
HSV(B) 300.66º 0.72% 1% -
XYZ 60.76 32.73 95.21 -
YUV 146.94 187.3 204.36 -
System Red Green Blue C M Y K H S L
Decimal 254 72 252 0 0.72 0.01 0.00 300.66 0.99 0.64
Hex FE 48 FC 0 48 1 0 12D 63 40
Octal 376 110 374 0 110 1 0 455 143 100
Binary 11111110 1001000 11111100 0 1001000 1 0 100101101 1100011 1000000

Color Harmonies of #FE48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48FC

Black with #FE48FC

Text Example


Text Example

White with #FE48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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