Html Css Color HEX #F968FF Pink Flamingo

📋 copy color: '#F968FF'

red 249 ◦ green 104 ◦ blue 255

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

Shades of Pink Flamingo #F968FF

Tints of Pink Flamingo #F968FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.94%

R = 40.95%
G = 17.11%
B = 41.94%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F968FF (or 0xF968FF) is known color: Pink Flamingo. HEX triplet: F9, 68 and FF. RGB value is (249,104,255). Sum of RGB (Red+Green+Blue) = 249+104+255=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 104 (41.02% from 255 or 17.11% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F968FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968FF is #069700. Grayscale: #A4A4A4. Windows color (decimal): -431873 or 16738553. OLE color: 16738553.

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

Color convert

RGB 249 104 255 -
CMYK 0.02 0.59 0 0
HSL 297.62º 1% 0.7% -
HSV(B) 297.62º 0.59% 1% -
XYZ 62.07 37.26 98.53 -
YUV 164.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 249 104 255 0.02 0.59 0 0 297.62 1 0.7
Hex F9 68 FF 2 3B 0 0 12A 64 46
Octal 371 150 377 2 73 0 0 452 144 106
Binary 11111001 1101000 11111111 10 111011 0 0 100101010 1100100 1000110

Color Harmonies of #F968FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968FF

Black with #F968FF

Text Example


Text Example

White with #F968FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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