Html Css Color HEX #F964FE Pink Flamingo

📋 copy color: '#F964FE'

red 249 ◦ green 100 ◦ blue 254

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

Shades of Pink Flamingo #F964FE

Tints of Pink Flamingo #F964FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.58%

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

R = 41.29%
G = 16.58%
B = 42.12%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F964FE (or 0xF964FE) is known color: Pink Flamingo. HEX triplet: F9, 64 and FE. RGB value is (249,100,254). Sum of RGB (Red+Green+Blue) = 249+100+254=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 100 (39.45% from 255 or 16.58% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #F964FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964FE is #069B01. Grayscale: #A1A1A1. Windows color (decimal): -432898 or 16671993. OLE color: 16671993.

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

Color convert

RGB 249 100 254 -
CMYK 0.02 0.61 0 0.00
HSL 298.05º 0.99% 0.69% -
HSV(B) 298.05º 0.61% 1% -
XYZ 61.51 36.41 97.55 -
YUV 162.11 179.86 189.98 -
System Red Green Blue C M Y K H S L
Decimal 249 100 254 0.02 0.61 0 0.00 298.05 0.99 0.69
Hex F9 64 FE 2 3D 0 0 12A 63 45
Octal 371 144 376 2 75 0 0 452 143 105
Binary 11111001 1100100 11111110 10 111101 0 0 100101010 1100011 1000101

Color Harmonies of #F964FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964FE

Black with #F964FE

Text Example


Text Example

White with #F964FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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