Html Css Color HEX #F960FE Pink Flamingo

📋 copy color: '#F960FE'

red 249 ◦ green 96 ◦ blue 254

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

Shades of Pink Flamingo #F960FE

Tints of Pink Flamingo #F960FE

RGB

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

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

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

R = 41.57%
G = 16.03%
B = 42.4%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F960FE (or 0xF960FE) is known color: Pink Flamingo. HEX triplet: F9, 60 and FE. RGB value is (249,96,254). Sum of RGB (Red+Green+Blue) = 249+96+254=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 96 (37.89% from 255 or 16.03% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #F960FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F960FE is #069F01. Grayscale: #9F9F9F. Windows color (decimal): -433922 or 16670969. OLE color: 16670969.

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

Color convert

RGB 249 96 254 -
CMYK 0.02 0.62 0 0.00
HSL 298.1º 0.99% 0.69% -
HSV(B) 298.1º 0.62% 1% -
XYZ 61.14 35.66 97.43 -
YUV 159.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 249 96 254 0.02 0.62 0 0.00 298.1 0.99 0.69
Hex F9 60 FE 2 3E 0 0 12A 63 45
Octal 371 140 376 2 76 0 0 452 143 105
Binary 11111001 1100000 11111110 10 111110 0 0 100101010 1100011 1000101

Color Harmonies of #F960FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F960FE

Black with #F960FE

Text Example


Text Example

White with #F960FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F960FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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