Html Css Color HEX #F960F8 Pink Flamingo

📋 copy color: '#F960F8'

red 249 ◦ green 96 ◦ blue 248

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

Shades of Pink Flamingo #F960F8

Tints of Pink Flamingo #F960F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.82%

R = 41.99%
G = 16.19%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#F960F8 (or 0xF960F8) is known color: Pink Flamingo. HEX triplet: F9, 60 and F8. RGB value is (249,96,248). Sum of RGB (Red+Green+Blue) = 249+96+248=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 96 (37.89% from 255 or 16.19% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F960F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F960F8 is #069F07. Grayscale: #9E9E9E. Windows color (decimal): -433928 or 16277753. OLE color: 16277753.

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

Color convert

RGB 249 96 248 -
CMYK 0 0.61 0.00 0.02
HSL 300.39º 0.93% 0.68% -
HSV(B) 300.39º 0.61% 0.98% -
XYZ 60.19 35.28 92.44 -
YUV 159.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 249 96 248 0 0.61 0.00 0.02 300.39 0.93 0.68
Hex F9 60 F8 0 3D 0 2 12C 5D 44
Octal 371 140 370 0 75 0 2 454 135 104
Binary 11111001 1100000 11111000 0 111101 0 10 100101100 1011101 1000100

Color Harmonies of #F960F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F960F8

Black with #F960F8

Text Example


Text Example

White with #F960F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F960F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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