Html Css Color HEX #F961EE Pink Flamingo

📋 copy color: '#F961EE'

red 249 ◦ green 97 ◦ blue 238

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

Shades of Pink Flamingo #F961EE

Tints of Pink Flamingo #F961EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 42.64%
G = 16.61%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F961EE (or 0xF961EE) is known color: Pink Flamingo. HEX triplet: F9, 61 and EE. RGB value is (249,97,238). Sum of RGB (Red+Green+Blue) = 249+97+238=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 97 (38.28% from 255 or 16.61% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F961EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961EE is #069E11. Grayscale: #9E9E9E. Windows color (decimal): -433682 or 15622649. OLE color: 15622649.

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

Color convert

RGB 249 97 238 -
CMYK 0 0.61 0.04 0.02
HSL 304.34º 0.93% 0.68% -
HSV(B) 304.34º 0.61% 0.98% -
XYZ 58.77 34.86 84.52 -
YUV 158.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 249 97 238 0 0.61 0.04 0.02 304.34 0.93 0.68
Hex F9 61 EE 0 3D 4 2 130 5D 44
Octal 371 141 356 0 75 4 2 460 135 104
Binary 11111001 1100001 11101110 0 111101 100 10 100110000 1011101 1000100

Color Harmonies of #F961EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961EE

Black with #F961EE

Text Example


Text Example

White with #F961EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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