Html Css Color HEX #F964FD Pink Flamingo

📋 copy color: '#F964FD'

red 249 ◦ green 100 ◦ blue 253

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

Shades of Pink Flamingo #F964FD

Tints of Pink Flamingo #F964FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.03%

R = 41.36%
G = 16.61%
B = 42.03%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F964FD (or 0xF964FD) is known color: Pink Flamingo. HEX triplet: F9, 64 and FD. RGB value is (249,100,253). Sum of RGB (Red+Green+Blue) = 249+100+253=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 100 (39.45% from 255 or 16.61% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #F964FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964FD is #069B02. Grayscale: #A1A1A1. Windows color (decimal): -432899 or 16606457. OLE color: 16606457.

HSL color Cylindrical-coordinate representation of color #F964FD: hue angle of 298.43º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964FD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 100 253 -
CMYK 0.02 0.60 0 0.01
HSL 298.43º 0.97% 0.69% -
HSV(B) 298.43º 0.6% 0.99% -
XYZ 61.35 36.35 96.71 -
YUV 161.99 179.36 190.06 -
System Red Green Blue C M Y K H S L
Decimal 249 100 253 0.02 0.60 0 0.01 298.43 0.97 0.69
Hex F9 64 FD 2 3C 0 1 12A 61 45
Octal 371 144 375 2 74 0 1 452 141 105
Binary 11111001 1100100 11111101 10 111100 0 1 100101010 1100001 1000101

Color Harmonies of #F964FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964FD

Black with #F964FD

Text Example


Text Example

White with #F964FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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