Html Css Color HEX #F749FC Pink Flamingo

📋 copy color: '#F749FC'

red 247 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #F749FC

Tints of Pink Flamingo #F749FC

RGB

 RED value IS 247 (96.88% from 255) = 43.18%

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

 BLUE value IS 252 (98.83% from 255) = 44.06%

R = 43.18%
G = 12.76%
B = 44.06%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F749FC (or 0xF749FC) is known color: Pink Flamingo. HEX triplet: F7, 49 and FC. RGB value is (247,73,252). Sum of RGB (Red+Green+Blue) = 247+73+252=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 73 (28.91% from 255 or 12.76% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #F749FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F749FC is #08B603. Grayscale: #909090. Windows color (decimal): -570884 or 16534007. OLE color: 16534007.

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

Color convert

RGB 247 73 252 -
CMYK 0.02 0.71 0 0.01
HSL 298.32º 0.97% 0.64% -
HSV(B) 298.32º 0.71% 0.99% -
XYZ 58.31 31.57 95.12 -
YUV 145.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 247 73 252 0.02 0.71 0 0.01 298.32 0.97 0.64
Hex F7 49 FC 2 47 0 1 12A 61 40
Octal 367 111 374 2 107 0 1 452 141 100
Binary 11110111 1001001 11111100 10 1000111 0 1 100101010 1100001 1000000

Color Harmonies of #F749FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F749FC

Black with #F749FC

Text Example


Text Example

White with #F749FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F749FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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