Html Css Color HEX #F949FA Pink Flamingo

📋 copy color: '#F949FA'

red 249 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #F949FA

Tints of Pink Flamingo #F949FA

RGB

 RED value IS 249 (97.66% from 255) = 43.53%

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

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

R = 43.53%
G = 12.76%
B = 43.71%

CMYK

 C value IS 0.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F949FA (or 0xF949FA) is known color: Pink Flamingo. HEX triplet: F9, 49 and FA. RGB value is (249,73,250). Sum of RGB (Red+Green+Blue) = 249+73+250=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 73 (28.91% from 255 or 12.76% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #F949FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949FA is #06B605. Grayscale: #919191. Windows color (decimal): -439814 or 16402937. OLE color: 16402937.

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

Color convert

RGB 249 73 250 -
CMYK 0.00 0.71 0 0.02
HSL 299.66º 0.95% 0.63% -
HSV(B) 299.66º 0.71% 0.98% -
XYZ 58.7 31.81 93.49 -
YUV 145.8 186.81 201.61 -
System Red Green Blue C M Y K H S L
Decimal 249 73 250 0.00 0.71 0 0.02 299.66 0.95 0.63
Hex F9 49 FA 0 47 0 2 12C 5F 3F
Octal 371 111 372 0 107 0 2 454 137 77
Binary 11111001 1001001 11111010 0 1000111 0 10 100101100 1011111 111111

Color Harmonies of #F949FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949FA

Black with #F949FA

Text Example


Text Example

White with #F949FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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