Html Css Color HEX #F549FB Pink Flamingo

📋 copy color: '#F549FB'

red 245 ◦ green 73 ◦ blue 251

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

Shades of Pink Flamingo #F549FB

Tints of Pink Flamingo #F549FB

RGB

 RED value IS 245 (96.09% from 255) = 43.06%

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 43.06%
G = 12.83%
B = 44.11%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F549FB (or 0xF549FB) is known color: Pink Flamingo. HEX triplet: F5, 49 and FB. RGB value is (245,73,251). Sum of RGB (Red+Green+Blue) = 245+73+251=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 73 (28.91% from 255 or 12.83% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #F549FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F549FB is #0AB604. Grayscale: #909090. Windows color (decimal): -701957 or 16468469. OLE color: 16468469.

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

Color convert

RGB 245 73 251 -
CMYK 0.02 0.71 0 0.02
HSL 297.98º 0.96% 0.64% -
HSV(B) 297.98º 0.71% 0.98% -
XYZ 57.45 31.14 94.25 -
YUV 144.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 245 73 251 0.02 0.71 0 0.02 297.98 0.96 0.64
Hex F5 49 FB 2 47 0 2 12A 60 40
Octal 365 111 373 2 107 0 2 452 140 100
Binary 11110101 1001001 11111011 10 1000111 0 10 100101010 1100000 1000000

Color Harmonies of #F549FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F549FB

Black with #F549FB

Text Example


Text Example

White with #F549FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F549FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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