Html Css Color HEX #FF48EA Pink Flamingo

📋 copy color: '#FF48EA'

red 255 ◦ green 72 ◦ blue 234

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

Shades of Pink Flamingo #FF48EA

Tints of Pink Flamingo #FF48EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 45.45%
G = 12.83%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF48EA (or 0xFF48EA) is known color: Pink Flamingo. HEX triplet: FF, 48 and EA. RGB value is (255,72,234). Sum of RGB (Red+Green+Blue) = 255+72+234=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 72 (28.52% from 255 or 12.83% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48EA is #00B715. Grayscale: #909090. Windows color (decimal): -46870 or 15354111. OLE color: 15354111.

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

Color convert

RGB 255 72 234 -
CMYK 0 0.72 0.08 0
HSL 306.89º 1% 0.64% -
HSV(B) 306.89º 0.72% 1% -
XYZ 58.41 31.84 80.91 -
YUV 145.19 178.13 206.33 -
System Red Green Blue C M Y K H S L
Decimal 255 72 234 0 0.72 0.08 0 306.89 1 0.64
Hex FF 48 EA 0 48 8 0 133 64 40
Octal 377 110 352 0 110 10 0 463 144 100
Binary 11111111 1001000 11101010 0 1001000 1000 0 100110011 1100100 1000000

Color Harmonies of #FF48EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48EA

Black with #FF48EA

Text Example


Text Example

White with #FF48EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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