Html Css Color HEX #FB49F3 Pink Flamingo

📋 copy color: '#FB49F3'

red 251 ◦ green 73 ◦ blue 243

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

Shades of Pink Flamingo #FB49F3

Tints of Pink Flamingo #FB49F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.86%

R = 44.27%
G = 12.87%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FB49F3 (or 0xFB49F3) is known color: Pink Flamingo. HEX triplet: FB, 49 and F3. RGB value is (251,73,243). Sum of RGB (Red+Green+Blue) = 251+73+243=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 73 (28.91% from 255 or 12.87% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB49F3 is #04B60C. Grayscale: #919191. Windows color (decimal): -308749 or 15944187. OLE color: 15944187.

HSL color Cylindrical-coordinate representation of color #FB49F3: hue angle of 302.7º 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 #FB49F3 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 73 243 -
CMYK 0 0.71 0.03 0.02
HSL 302.7º 0.96% 0.64% -
HSV(B) 302.7º 0.71% 0.98% -
XYZ 58.34 31.75 87.85 -
YUV 145.6 182.97 203.18 -
System Red Green Blue C M Y K H S L
Decimal 251 73 243 0 0.71 0.03 0.02 302.7 0.96 0.64
Hex FB 49 F3 0 47 3 2 12F 60 40
Octal 373 111 363 0 107 3 2 457 140 100
Binary 11111011 1001001 11110011 0 1000111 11 10 100101111 1100000 1000000

Color Harmonies of #FB49F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49F3

Black with #FB49F3

Text Example


Text Example

White with #FB49F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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