Html Css Color HEX #F964FA Pink Flamingo

📋 copy color: '#F964FA'

red 249 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #F964FA

Tints of Pink Flamingo #F964FA

RGB

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

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

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

R = 41.57%
G = 16.69%
B = 41.74%

CMYK

 C value IS 0.00

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F964FA (or 0xF964FA) is known color: Pink Flamingo. HEX triplet: F9, 64 and FA. RGB value is (249,100,250). Sum of RGB (Red+Green+Blue) = 249+100+250=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 100 (39.45% from 255 or 16.69% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #F964FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964FA is #069B05. Grayscale: #A1A1A1. Windows color (decimal): -432902 or 16409849. OLE color: 16409849.

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

Color convert

RGB 249 100 250 -
CMYK 0.00 0.6 0 0.02
HSL 299.6º 0.94% 0.69% -
HSV(B) 299.6º 0.6% 0.98% -
XYZ 60.88 36.16 94.21 -
YUV 161.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 249 100 250 0.00 0.6 0 0.02 299.6 0.94 0.69
Hex F9 64 FA 0 3C 0 2 12C 5E 45
Octal 371 144 372 0 74 0 2 454 136 105
Binary 11111001 1100100 11111010 0 111100 0 10 100101100 1011110 1000101

Color Harmonies of #F964FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964FA

Black with #F964FA

Text Example


Text Example

White with #F964FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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