Html Css Color HEX #FF48F6 Pink Flamingo

📋 copy color: '#FF48F6'

red 255 ◦ green 72 ◦ blue 246

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

Shades of Pink Flamingo #FF48F6

Tints of Pink Flamingo #FF48F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.93%

R = 44.5%
G = 12.57%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF48F6 (or 0xFF48F6) is known color: Pink Flamingo. HEX triplet: FF, 48 and F6. RGB value is (255,72,246). Sum of RGB (Red+Green+Blue) = 255+72+246=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 72 (28.52% from 255 or 12.57% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48F6 is #00B709. Grayscale: #929292. Windows color (decimal): -46858 or 16140543. OLE color: 16140543.

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

Color convert

RGB 255 72 246 -
CMYK 0 0.72 0.04 0
HSL 302.95º 1% 0.64% -
HSV(B) 302.95º 0.72% 1% -
XYZ 60.19 32.55 90.3 -
YUV 146.55 184.13 205.35 -
System Red Green Blue C M Y K H S L
Decimal 255 72 246 0 0.72 0.04 0 302.95 1 0.64
Hex FF 48 F6 0 48 4 0 12F 64 40
Octal 377 110 366 0 110 4 0 457 144 100
Binary 11111111 1001000 11110110 0 1001000 100 0 100101111 1100100 1000000

Color Harmonies of #FF48F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48F6

Black with #FF48F6

Text Example


Text Example

White with #FF48F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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