Html Css Color HEX #FF48EE Pink Flamingo

📋 copy color: '#FF48EE'

red 255 ◦ green 72 ◦ blue 238

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

Shades of Pink Flamingo #FF48EE

Tints of Pink Flamingo #FF48EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 45.13%
G = 12.74%
B = 42.12%

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

#FF48EE (or 0xFF48EE) is known color: Pink Flamingo. HEX triplet: FF, 48 and EE. RGB value is (255,72,238). Sum of RGB (Red+Green+Blue) = 255+72+238=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 72 (28.52% from 255 or 12.74% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48EE is #00B711. Grayscale: #919191. Windows color (decimal): -46866 or 15616255. OLE color: 15616255.

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

Color convert

RGB 255 72 238 -
CMYK 0 0.72 0.07 0
HSL 305.57º 1% 0.64% -
HSV(B) 305.57º 0.72% 1% -
XYZ 58.99 32.07 83.97 -
YUV 145.64 180.13 206 -
System Red Green Blue C M Y K H S L
Decimal 255 72 238 0 0.72 0.07 0 305.57 1 0.64
Hex FF 48 EE 0 48 7 0 132 64 40
Octal 377 110 356 0 110 7 0 462 144 100
Binary 11111111 1001000 11101110 0 1001000 111 0 100110010 1100100 1000000

Color Harmonies of #FF48EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48EE

Black with #FF48EE

Text Example


Text Example

White with #FF48EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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