Html Css Color HEX #F966FA Pink Flamingo

📋 copy color: '#F966FA'

red 249 ◦ green 102 ◦ blue 250

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

Shades of Pink Flamingo #F966FA

Tints of Pink Flamingo #F966FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 16.97%

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

R = 41.43%
G = 16.97%
B = 41.6%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F966FA (or 0xF966FA) is known color: Pink Flamingo. HEX triplet: F9, 66 and FA. RGB value is (249,102,250). Sum of RGB (Red+Green+Blue) = 249+102+250=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 102 (40.23% from 255 or 16.97% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #F966FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966FA is #069905. Grayscale: #A2A2A2. Windows color (decimal): -432390 or 16410361. OLE color: 16410361.

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

Color convert

RGB 249 102 250 -
CMYK 0.00 0.59 0 0.02
HSL 299.59º 0.94% 0.69% -
HSV(B) 299.59º 0.59% 0.98% -
XYZ 61.07 36.54 94.28 -
YUV 162.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 249 102 250 0.00 0.59 0 0.02 299.59 0.94 0.69
Hex F9 66 FA 0 3B 0 2 12C 5E 45
Octal 371 146 372 0 73 0 2 454 136 105
Binary 11111001 1100110 11111010 0 111011 0 10 100101100 1011110 1000101

Color Harmonies of #F966FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966FA

Black with #F966FA

Text Example


Text Example

White with #F966FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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