Html Css Color HEX #FF49FC Pink Flamingo

📋 copy color: '#FF49FC'

red 255 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #FF49FC

Tints of Pink Flamingo #FF49FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.59%

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

R = 43.97%
G = 12.59%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF49FC (or 0xFF49FC) is known color: Pink Flamingo. HEX triplet: FF, 49 and FC. RGB value is (255,73,252). Sum of RGB (Red+Green+Blue) = 255+73+252=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 73 (28.91% from 255 or 12.59% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49FC is #00B603. Grayscale: #939393. Windows color (decimal): -46596 or 16534015. OLE color: 16534015.

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

Color convert

RGB 255 73 252 -
CMYK 0 0.71 0.01 0
HSL 300.99º 1% 0.64% -
HSV(B) 300.99º 0.71% 1% -
XYZ 61.19 33.05 95.25 -
YUV 147.82 186.8 204.45 -
System Red Green Blue C M Y K H S L
Decimal 255 73 252 0 0.71 0.01 0 300.99 1 0.64
Hex FF 49 FC 0 47 1 0 12D 64 40
Octal 377 111 374 0 107 1 0 455 144 100
Binary 11111111 1001001 11111100 0 1000111 1 0 100101101 1100100 1000000

Color Harmonies of #FF49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49FC

Black with #FF49FC

Text Example


Text Example

White with #FF49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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