Html Css Color HEX #FB49F0 Pink Flamingo

📋 copy color: '#FB49F0'

red 251 ◦ green 73 ◦ blue 240

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

Shades of Pink Flamingo #FB49F0

Tints of Pink Flamingo #FB49F0

RGB

 RED value IS 251 (98.44% from 255) = 44.5%

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

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 44.5%
G = 12.94%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB49F0 (or 0xFB49F0) is known color: Pink Flamingo. HEX triplet: FB, 49 and F0. RGB value is (251,73,240). Sum of RGB (Red+Green+Blue) = 251+73+240=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 73 (28.91% from 255 or 12.94% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB49F0 is #04B60F. Grayscale: #909090. Windows color (decimal): -308752 or 15747579. OLE color: 15747579.

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

Color convert

RGB 251 73 240 -
CMYK 0 0.71 0.04 0.02
HSL 303.71º 0.96% 0.64% -
HSV(B) 303.71º 0.71% 0.98% -
XYZ 57.89 31.57 85.48 -
YUV 145.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 251 73 240 0 0.71 0.04 0.02 303.71 0.96 0.64
Hex FB 49 F0 0 47 4 2 130 60 40
Octal 373 111 360 0 107 4 2 460 140 100
Binary 11111011 1001001 11110000 0 1000111 100 10 100110000 1100000 1000000

Color Harmonies of #FB49F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49F0

Black with #FB49F0

Text Example


Text Example

White with #FB49F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49F0; }

 p { color: rgb(251,73,240); }

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

background-color css

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

 a { background-color: rgb(251,73,240); }

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

border-color css

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

 span { border-color: rgb(251,73,240); }

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