Html Css Color HEX #FF48EC Pink Flamingo

📋 copy color: '#FF48EC'

red 255 ◦ green 72 ◦ blue 236

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

Shades of Pink Flamingo #FF48EC

Tints of Pink Flamingo #FF48EC

RGB

 RED value IS 255 (100% from 255) = 45.29%

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 45.29%
G = 12.79%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF48EC (or 0xFF48EC) is known color: Pink Flamingo. HEX triplet: FF, 48 and EC. RGB value is (255,72,236). Sum of RGB (Red+Green+Blue) = 255+72+236=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 72 (28.52% from 255 or 12.79% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48EC is #00B713. Grayscale: #909090. Windows color (decimal): -46868 or 15485183. OLE color: 15485183.

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

Color convert

RGB 255 72 236 -
CMYK 0 0.72 0.07 0
HSL 306.23º 1% 0.64% -
HSV(B) 306.23º 0.72% 1% -
XYZ 58.7 31.95 82.43 -
YUV 145.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 255 72 236 0 0.72 0.07 0 306.23 1 0.64
Hex FF 48 EC 0 48 7 0 132 64 40
Octal 377 110 354 0 110 7 0 462 144 100
Binary 11111111 1001000 11101100 0 1001000 111 0 100110010 1100100 1000000

Color Harmonies of #FF48EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48EC

Black with #FF48EC

Text Example


Text Example

White with #FF48EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48EC; }

 p { color: rgb(255,72,236); }

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

background-color css

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

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

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

border-color css

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

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

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