Html Css Color HEX #F961E7 Pink Flamingo

📋 copy color: '#F961E7'

red 249 ◦ green 97 ◦ blue 231

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

Shades of Pink Flamingo #F961E7

Tints of Pink Flamingo #F961E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.03%

R = 43.15%
G = 16.81%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F961E7 (or 0xF961E7) is known color: Pink Flamingo. HEX triplet: F9, 61 and E7. RGB value is (249,97,231). Sum of RGB (Red+Green+Blue) = 249+97+231=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 97 (38.28% from 255 or 16.81% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F961E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961E7 is #069E18. Grayscale: #9D9D9D. Windows color (decimal): -433689 or 15163897. OLE color: 15163897.

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

Color convert

RGB 249 97 231 -
CMYK 0 0.61 0.07 0.02
HSL 307.11º 0.93% 0.68% -
HSV(B) 307.11º 0.61% 0.98% -
XYZ 57.77 34.46 79.21 -
YUV 157.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 249 97 231 0 0.61 0.07 0.02 307.11 0.93 0.68
Hex F9 61 E7 0 3D 7 2 133 5D 44
Octal 371 141 347 0 75 7 2 463 135 104
Binary 11111001 1100001 11100111 0 111101 111 10 100110011 1011101 1000100

Color Harmonies of #F961E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961E7

Black with #F961E7

Text Example


Text Example

White with #F961E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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