Html Css Color HEX #F960FA Pink Flamingo

📋 copy color: '#F960FA'

red 249 ◦ green 96 ◦ blue 250

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

Shades of Pink Flamingo #F960FA

Tints of Pink Flamingo #F960FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.13%

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

R = 41.85%
G = 16.13%
B = 42.02%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F960FA (or 0xF960FA) is known color: Pink Flamingo. HEX triplet: F9, 60 and FA. RGB value is (249,96,250). Sum of RGB (Red+Green+Blue) = 249+96+250=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 96 (37.89% from 255 or 16.13% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #F960FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F960FA is #069F05. Grayscale: #9E9E9E. Windows color (decimal): -433926 or 16408825. OLE color: 16408825.

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

Color convert

RGB 249 96 250 -
CMYK 0.00 0.62 0 0.02
HSL 299.61º 0.94% 0.68% -
HSV(B) 299.61º 0.62% 0.98% -
XYZ 60.51 35.41 94.09 -
YUV 159.3 179.19 191.98 -
System Red Green Blue C M Y K H S L
Decimal 249 96 250 0.00 0.62 0 0.02 299.61 0.94 0.68
Hex F9 60 FA 0 3E 0 2 12C 5E 44
Octal 371 140 372 0 76 0 2 454 136 104
Binary 11111001 1100000 11111010 0 111110 0 10 100101100 1011110 1000100

Color Harmonies of #F960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F960FA

Black with #F960FA

Text Example


Text Example

White with #F960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F960FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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