Html Css Color HEX #F968FC Pink Flamingo

📋 copy color: '#F968FC'

red 249 ◦ green 104 ◦ blue 252

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

Shades of Pink Flamingo #F968FC

Tints of Pink Flamingo #F968FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 41.16%
G = 17.19%
B = 41.65%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F968FC (or 0xF968FC) is known color: Pink Flamingo. HEX triplet: F9, 68 and FC. RGB value is (249,104,252). Sum of RGB (Red+Green+Blue) = 249+104+252=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 104 (41.02% from 255 or 17.19% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #F968FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968FC is #069703. Grayscale: #A3A3A3. Windows color (decimal): -431876 or 16541945. OLE color: 16541945.

HSL color Cylindrical-coordinate representation of color #F968FC: hue angle of 298.78º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F968FC is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 104 252 -
CMYK 0.01 0.59 0 0.01
HSL 298.78º 0.96% 0.7% -
HSV(B) 298.78º 0.59% 0.99% -
XYZ 61.59 37.07 96 -
YUV 164.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 249 104 252 0.01 0.59 0 0.01 298.78 0.96 0.7
Hex F9 68 FC 1 3B 0 1 12B 60 46
Octal 371 150 374 1 73 0 1 453 140 106
Binary 11111001 1101000 11111100 1 111011 0 1 100101011 1100000 1000110

Color Harmonies of #F968FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968FC

Black with #F968FC

Text Example


Text Example

White with #F968FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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