Html Css Color HEX #F549F7 Pink Flamingo

📋 copy color: '#F549F7'

red 245 ◦ green 73 ◦ blue 247

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

Shades of Pink Flamingo #F549F7

Tints of Pink Flamingo #F549F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.72%

R = 43.36%
G = 12.92%
B = 43.72%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F549F7 (or 0xF549F7) is known color: Pink Flamingo. HEX triplet: F5, 49 and F7. RGB value is (245,73,247). Sum of RGB (Red+Green+Blue) = 245+73+247=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 73 (28.91% from 255 or 12.92% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #F549F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F549F7 is #0AB608. Grayscale: #8F8F8F. Windows color (decimal): -701961 or 16206325. OLE color: 16206325.

HSL color Cylindrical-coordinate representation of color #F549F7: hue angle of 299.31º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F549F7 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 73 247 -
CMYK 0.01 0.70 0 0.03
HSL 299.31º 0.92% 0.63% -
HSV(B) 299.31º 0.7% 0.97% -
XYZ 56.83 30.89 90.96 -
YUV 144.26 185.98 199.85 -
System Red Green Blue C M Y K H S L
Decimal 245 73 247 0.01 0.70 0 0.03 299.31 0.92 0.63
Hex F5 49 F7 1 46 0 3 12B 5C 3F
Octal 365 111 367 1 106 0 3 453 134 77
Binary 11110101 1001001 11110111 1 1000110 0 11 100101011 1011100 111111

Color Harmonies of #F549F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F549F7

Black with #F549F7

Text Example


Text Example

White with #F549F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F549F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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