Html Css Color HEX #F549FF Pink Flamingo

📋 copy color: '#F549FF'

red 245 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #F549FF

Tints of Pink Flamingo #F549FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 42.76%
G = 12.74%
B = 44.5%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F549FF (or 0xF549FF) is known color: Pink Flamingo. HEX triplet: F5, 49 and FF. RGB value is (245,73,255). Sum of RGB (Red+Green+Blue) = 245+73+255=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 73 (28.91% from 255 or 12.74% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #F549FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F549FF is #0AB600. Grayscale: #909090. Windows color (decimal): -701953 or 16730613. OLE color: 16730613.

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

Color convert

RGB 245 73 255 -
CMYK 0.04 0.71 0 0
HSL 296.7º 1% 0.64% -
HSV(B) 296.7º 0.71% 1% -
XYZ 58.09 31.4 97.61 -
YUV 145.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 245 73 255 0.04 0.71 0 0 296.7 1 0.64
Hex F5 49 FF 4 47 0 0 129 64 40
Octal 365 111 377 4 107 0 0 451 144 100
Binary 11110101 1001001 11111111 100 1000111 0 0 100101001 1100100 1000000

Color Harmonies of #F549FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F549FF

Black with #F549FF

Text Example


Text Example

White with #F549FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F549FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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