Html Css Color HEX #F949FF Pink Flamingo

📋 copy color: '#F949FF'

red 249 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #F949FF

Tints of Pink Flamingo #F949FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 43.15%
G = 12.65%
B = 44.19%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F949FF (or 0xF949FF) is known color: Pink Flamingo. HEX triplet: F9, 49 and FF. RGB value is (249,73,255). Sum of RGB (Red+Green+Blue) = 249+73+255=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 73 (28.91% from 255 or 12.65% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #F949FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949FF is #06B600. Grayscale: #919191. Windows color (decimal): -439809 or 16730617. OLE color: 16730617.

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

Color convert

RGB 249 73 255 -
CMYK 0.02 0.71 0 0
HSL 298.02º 1% 0.64% -
HSV(B) 298.02º 0.71% 1% -
XYZ 59.5 32.12 97.67 -
YUV 146.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 249 73 255 0.02 0.71 0 0 298.02 1 0.64
Hex F9 49 FF 2 47 0 0 12A 64 40
Octal 371 111 377 2 107 0 0 452 144 100
Binary 11111001 1001001 11111111 10 1000111 0 0 100101010 1100100 1000000

Color Harmonies of #F949FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949FF

Black with #F949FF

Text Example


Text Example

White with #F949FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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