Html Css Color HEX #F949FC Pink Flamingo

📋 copy color: '#F949FC'

red 249 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #F949FC

Tints of Pink Flamingo #F949FC

RGB

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

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

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

R = 43.38%
G = 12.72%
B = 43.9%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F949FC (or 0xF949FC) is known color: Pink Flamingo. HEX triplet: F9, 49 and FC. RGB value is (249,73,252). Sum of RGB (Red+Green+Blue) = 249+73+252=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 73 (28.91% from 255 or 12.72% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #F949FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949FC is #06B603. Grayscale: #919191. Windows color (decimal): -439812 or 16534009. OLE color: 16534009.

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

Color convert

RGB 249 73 252 -
CMYK 0.01 0.71 0 0.01
HSL 298.99º 0.97% 0.64% -
HSV(B) 298.99º 0.71% 0.99% -
XYZ 59.02 31.93 95.15 -
YUV 146.03 187.81 201.45 -
System Red Green Blue C M Y K H S L
Decimal 249 73 252 0.01 0.71 0 0.01 298.99 0.97 0.64
Hex F9 49 FC 1 47 0 1 12B 61 40
Octal 371 111 374 1 107 0 1 453 141 100
Binary 11111001 1001001 11111100 1 1000111 0 1 100101011 1100001 1000000

Color Harmonies of #F949FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949FC

Black with #F949FC

Text Example


Text Example

White with #F949FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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