Html Css Color HEX #F06AF0 Pink Flamingo

📋 copy color: '#F06AF0'

red 240 ◦ green 106 ◦ blue 240

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

Shades of Pink Flamingo #F06AF0

Tints of Pink Flamingo #F06AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.09%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 40.96%
G = 18.09%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F06AF0 (or 0xF06AF0) is known color: Pink Flamingo. HEX triplet: F0, 6A and F0. RGB value is (240,106,240). Sum of RGB (Red+Green+Blue) = 240+106+240=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F06AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AF0 is #0F950F. Grayscale: #A0A0A0. Windows color (decimal): -1021200 or 15756016. OLE color: 15756016.

HSL color Cylindrical-coordinate representation of color #F06AF0: hue angle of 300º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AF0 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 106 240 -
CMYK 0 0.56 0 0.06
HSL 300º 0.82% 0.68% -
HSV(B) 300º 0.56% 0.94% -
XYZ 56.82 35.12 86.22 -
YUV 161.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 240 106 240 0 0.56 0 0.06 300 0.82 0.68
Hex F0 6A F0 0 38 0 6 12C 52 44
Octal 360 152 360 0 70 0 6 454 122 104
Binary 11110000 1101010 11110000 0 111000 0 110 100101100 1010010 1000100

Color Harmonies of #F06AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AF0

Black with #F06AF0

Text Example


Text Example

White with #F06AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AF0; }

 p { color: rgb(240,106,240); }

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

background-color css

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

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

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

border-color css

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

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

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