Html Css Color HEX #F961F9 Pink Flamingo

📋 copy color: '#F961F9'

red 249 ◦ green 97 ◦ blue 249

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

Shades of Pink Flamingo #F961F9

Tints of Pink Flamingo #F961F9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.3%

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 41.85%
G = 16.3%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F961F9 (or 0xF961F9) is known color: Pink Flamingo. HEX triplet: F9, 61 and F9. RGB value is (249,97,249). Sum of RGB (Red+Green+Blue) = 249+97+249=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 97 (38.28% from 255 or 16.30% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F961F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961F9 is #069E06. Grayscale: #9F9F9F. Windows color (decimal): -433671 or 16343545. OLE color: 16343545.

HSL color Cylindrical-coordinate representation of color #F961F9: hue angle of 300º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F961F9 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 249 -
CMYK 0 0.61 0 0.02
HSL 300º 0.93% 0.68% -
HSV(B) 300º 0.61% 0.98% -
XYZ 60.44 35.53 93.29 -
YUV 159.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 249 97 249 0 0.61 0 0.02 300 0.93 0.68
Hex F9 61 F9 0 3D 0 2 12C 5D 44
Octal 371 141 371 0 75 0 2 454 135 104
Binary 11111001 1100001 11111001 0 111101 0 10 100101100 1011101 1000100

Color Harmonies of #F961F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961F9

Black with #F961F9

Text Example


Text Example

White with #F961F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961F9; }

 p { color: rgb(249,97,249); }

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

background-color css

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

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

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

border-color css

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

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

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