Html Css Color HEX #F968F7 Pink Flamingo

📋 copy color: '#F968F7'

red 249 ◦ green 104 ◦ blue 247

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

Shades of Pink Flamingo #F968F7

Tints of Pink Flamingo #F968F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.17%

R = 41.5%
G = 17.33%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F968F7 (or 0xF968F7) is known color: Pink Flamingo. HEX triplet: F9, 68 and F7. RGB value is (249,104,247). Sum of RGB (Red+Green+Blue) = 249+104+247=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 104 (41.02% from 255 or 17.33% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F968F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968F7 is #069708. Grayscale: #A3A3A3. Windows color (decimal): -431881 or 16214265. OLE color: 16214265.

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

Color convert

RGB 249 104 247 -
CMYK 0 0.58 0.01 0.02
HSL 300.83º 0.92% 0.69% -
HSV(B) 300.83º 0.58% 0.98% -
XYZ 60.81 36.76 91.89 -
YUV 163.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 249 104 247 0 0.58 0.01 0.02 300.83 0.92 0.69
Hex F9 68 F7 0 3A 1 2 12D 5C 45
Octal 371 150 367 0 72 1 2 455 134 105
Binary 11111001 1101000 11110111 0 111010 1 10 100101101 1011100 1000101

Color Harmonies of #F968F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968F7

Black with #F968F7

Text Example


Text Example

White with #F968F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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