Html Css Color HEX #F968EF Pink Flamingo

📋 copy color: '#F968EF'

red 249 ◦ green 104 ◦ blue 239

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

Shades of Pink Flamingo #F968EF

Tints of Pink Flamingo #F968EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.57%

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 42.06%
G = 17.57%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F968EF (or 0xF968EF) is known color: Pink Flamingo. HEX triplet: F9, 68 and EF. RGB value is (249,104,239). Sum of RGB (Red+Green+Blue) = 249+104+239=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 104 (41.02% from 255 or 17.57% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F968EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968EF is #069710. Grayscale: #A2A2A2. Windows color (decimal): -431889 or 15689977. OLE color: 15689977.

HSL color Cylindrical-coordinate representation of color #F968EF: hue angle of 304.14º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968EF is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 239 -
CMYK 0 0.58 0.04 0.02
HSL 304.14º 0.92% 0.69% -
HSV(B) 304.14º 0.58% 0.98% -
XYZ 59.6 36.27 85.52 -
YUV 162.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 249 104 239 0 0.58 0.04 0.02 304.14 0.92 0.69
Hex F9 68 EF 0 3A 4 2 130 5C 45
Octal 371 150 357 0 72 4 2 460 134 105
Binary 11111001 1101000 11101111 0 111010 100 10 100110000 1011100 1000101

Color Harmonies of #F968EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968EF

Black with #F968EF

Text Example


Text Example

White with #F968EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968EF; }

 p { color: rgb(249,104,239); }

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

background-color css

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

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

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

border-color css

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

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

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