Html Css Color HEX #F056F5 Pink Flamingo

📋 copy color: '#F056F5'

red 240 ◦ green 86 ◦ blue 245

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

Shades of Pink Flamingo #F056F5

Tints of Pink Flamingo #F056F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.91%

R = 42.03%
G = 15.06%
B = 42.91%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F056F5 (or 0xF056F5) is known color: Pink Flamingo. HEX triplet: F0, 56 and F5. RGB value is (240,86,245). Sum of RGB (Red+Green+Blue) = 240+86+245=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 86 (33.98% from 255 or 15.06% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #F056F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F056F5 is #0FA90A. Grayscale: #959595. Windows color (decimal): -1026315 or 16078576. OLE color: 16078576.

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

Color convert

RGB 240 86 245 -
CMYK 0.02 0.65 0 0.04
HSL 298.11º 0.89% 0.65% -
HSV(B) 298.11º 0.65% 0.96% -
XYZ 55.74 31.77 89.58 -
YUV 150.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 240 86 245 0.02 0.65 0 0.04 298.11 0.89 0.65
Hex F0 56 F5 2 41 0 4 12A 59 41
Octal 360 126 365 2 101 0 4 452 131 101
Binary 11110000 1010110 11110101 10 1000001 0 100 100101010 1011001 1000001

Color Harmonies of #F056F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F056F5

Black with #F056F5

Text Example


Text Example

White with #F056F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F056F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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