Html Css Color HEX #F968FE Pink Flamingo

📋 copy color: '#F968FE'

red 249 ◦ green 104 ◦ blue 254

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

Shades of Pink Flamingo #F968FE

Tints of Pink Flamingo #F968FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 41.02%
G = 17.13%
B = 41.85%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F968FE (or 0xF968FE) is known color: Pink Flamingo. HEX triplet: F9, 68 and FE. RGB value is (249,104,254). Sum of RGB (Red+Green+Blue) = 249+104+254=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 104 (41.02% from 255 or 17.13% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #F968FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968FE is #069701. Grayscale: #A4A4A4. Windows color (decimal): -431874 or 16673017. OLE color: 16673017.

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

Color convert

RGB 249 104 254 -
CMYK 0.02 0.59 0 0.00
HSL 298º 0.99% 0.7% -
HSV(B) 298º 0.59% 1% -
XYZ 61.91 37.2 97.68 -
YUV 164.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 249 104 254 0.02 0.59 0 0.00 298 0.99 0.7
Hex F9 68 FE 2 3B 0 0 12A 63 46
Octal 371 150 376 2 73 0 0 452 143 106
Binary 11111001 1101000 11111110 10 111011 0 0 100101010 1100011 1000110

Color Harmonies of #F968FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968FE

Black with #F968FE

Text Example


Text Example

White with #F968FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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