Html Css Color HEX #F056FA Pink Flamingo

📋 copy color: '#F056FA'

red 240 ◦ green 86 ◦ blue 250

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

Shades of Pink Flamingo #F056FA

Tints of Pink Flamingo #F056FA

RGB

 RED value IS 240 (94.14% from 255) = 41.67%

 GREEN value IS 86 (33.98% from 255) = 14.93%

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

R = 41.67%
G = 14.93%
B = 43.4%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F056FA (or 0xF056FA) is known color: Pink Flamingo. HEX triplet: F0, 56 and FA. RGB value is (240,86,250). Sum of RGB (Red+Green+Blue) = 240+86+250=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 86 (33.98% from 255 or 14.93% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #F056FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F056FA is #0FA905. Grayscale: #969696. Windows color (decimal): -1026310 or 16406256. OLE color: 16406256.

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

Color convert

RGB 240 86 250 -
CMYK 0.04 0.66 0 0.02
HSL 296.34º 0.94% 0.66% -
HSV(B) 296.34º 0.66% 0.98% -
XYZ 56.52 32.08 93.66 -
YUV 150.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 240 86 250 0.04 0.66 0 0.02 296.34 0.94 0.66
Hex F0 56 FA 4 42 0 2 128 5E 42
Octal 360 126 372 4 102 0 2 450 136 102
Binary 11110000 1010110 11111010 100 1000010 0 10 100101000 1011110 1000010

Color Harmonies of #F056FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F056FA

Black with #F056FA

Text Example


Text Example

White with #F056FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F056FA; }

 p { color: rgb(240,86,250); }

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

background-color css

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

 a { background-color: rgb(240,86,250); }

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

border-color css

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

 span { border-color: rgb(240,86,250); }

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