Html Css Color HEX #FF48FC Pink Flamingo

📋 copy color: '#FF48FC'

red 255 ◦ green 72 ◦ blue 252

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

Shades of Pink Flamingo #FF48FC

Tints of Pink Flamingo #FF48FC

RGB

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

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

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

R = 44.04%
G = 12.44%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF48FC (or 0xFF48FC) is known color: Pink Flamingo. HEX triplet: FF, 48 and FC. RGB value is (255,72,252). Sum of RGB (Red+Green+Blue) = 255+72+252=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 72 (28.52% from 255 or 12.44% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48FC is #00B703. Grayscale: #929292. Windows color (decimal): -46852 or 16533759. OLE color: 16533759.

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

Color convert

RGB 255 72 252 -
CMYK 0 0.72 0.01 0
HSL 300.98º 1% 0.64% -
HSV(B) 300.98º 0.72% 1% -
XYZ 61.13 32.92 95.23 -
YUV 147.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 255 72 252 0 0.72 0.01 0 300.98 1 0.64
Hex FF 48 FC 0 48 1 0 12D 64 40
Octal 377 110 374 0 110 1 0 455 144 100
Binary 11111111 1001000 11111100 0 1001000 1 0 100101101 1100100 1000000

Color Harmonies of #FF48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48FC

Black with #FF48FC

Text Example


Text Example

White with #FF48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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