Html Css Color HEX #F749FA Pink Flamingo

📋 copy color: '#F749FA'

red 247 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #F749FA

Tints of Pink Flamingo #F749FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 43.33%
G = 12.81%
B = 43.86%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F749FA (or 0xF749FA) is known color: Pink Flamingo. HEX triplet: F7, 49 and FA. RGB value is (247,73,250). Sum of RGB (Red+Green+Blue) = 247+73+250=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 73 (28.91% from 255 or 12.81% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #F749FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F749FA is #08B605. Grayscale: #909090. Windows color (decimal): -570886 or 16402935. OLE color: 16402935.

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

Color convert

RGB 247 73 250 -
CMYK 0.01 0.71 0 0.02
HSL 298.98º 0.95% 0.63% -
HSV(B) 298.98º 0.71% 0.98% -
XYZ 58 31.44 93.45 -
YUV 145.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 247 73 250 0.01 0.71 0 0.02 298.98 0.95 0.63
Hex F7 49 FA 1 47 0 2 12B 5F 3F
Octal 367 111 372 1 107 0 2 453 137 77
Binary 11110111 1001001 11111010 1 1000111 0 10 100101011 1011111 111111

Color Harmonies of #F749FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F749FA

Black with #F749FA

Text Example


Text Example

White with #F749FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F749FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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