Html Css Color HEX #F961EC Pink Flamingo

📋 copy color: '#F961EC'

red 249 ◦ green 97 ◦ blue 236

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

Shades of Pink Flamingo #F961EC

Tints of Pink Flamingo #F961EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 42.78%
G = 16.67%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F961EC (or 0xF961EC) is known color: Pink Flamingo. HEX triplet: F9, 61 and EC. RGB value is (249,97,236). Sum of RGB (Red+Green+Blue) = 249+97+236=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 97 (38.28% from 255 or 16.67% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F961EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961EC is #069E13. Grayscale: #9D9D9D. Windows color (decimal): -433684 or 15491577. OLE color: 15491577.

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

Color convert

RGB 249 97 236 -
CMYK 0 0.61 0.05 0.02
HSL 305.13º 0.93% 0.68% -
HSV(B) 305.13º 0.61% 0.98% -
XYZ 58.48 34.75 82.98 -
YUV 158.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 249 97 236 0 0.61 0.05 0.02 305.13 0.93 0.68
Hex F9 61 EC 0 3D 5 2 131 5D 44
Octal 371 141 354 0 75 5 2 461 135 104
Binary 11111001 1100001 11101100 0 111101 101 10 100110001 1011101 1000100

Color Harmonies of #F961EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961EC

Black with #F961EC

Text Example


Text Example

White with #F961EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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