Html Css Color HEX #F968FA Pink Flamingo

📋 copy color: '#F968FA'

red 249 ◦ green 104 ◦ blue 250

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

Shades of Pink Flamingo #F968FA

Tints of Pink Flamingo #F968FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 41.29%
G = 17.25%
B = 41.46%

CMYK

 C value IS 0.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F968FA (or 0xF968FA) is known color: Pink Flamingo. HEX triplet: F9, 68 and FA. RGB value is (249,104,250). Sum of RGB (Red+Green+Blue) = 249+104+250=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 104 (41.02% from 255 or 17.25% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #F968FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968FA is #069705. Grayscale: #A3A3A3. Windows color (decimal): -431878 or 16410873. OLE color: 16410873.

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

Color convert

RGB 249 104 250 -
CMYK 0.00 0.58 0 0.02
HSL 299.59º 0.94% 0.69% -
HSV(B) 299.59º 0.58% 0.98% -
XYZ 61.27 36.94 94.34 -
YUV 164 176.54 188.63 -
System Red Green Blue C M Y K H S L
Decimal 249 104 250 0.00 0.58 0 0.02 299.59 0.94 0.69
Hex F9 68 FA 0 3A 0 2 12C 5E 45
Octal 371 150 372 0 72 0 2 454 136 105
Binary 11111001 1101000 11111010 0 111010 0 10 100101100 1011110 1000101

Color Harmonies of #F968FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968FA

Black with #F968FA

Text Example


Text Example

White with #F968FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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