Html Css Color HEX #F06AF2 Pink Flamingo

📋 copy color: '#F06AF2'

red 240 ◦ green 106 ◦ blue 242

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

Shades of Pink Flamingo #F06AF2

Tints of Pink Flamingo #F06AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 40.82%
G = 18.03%
B = 41.16%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F06AF2 (or 0xF06AF2) is known color: Pink Flamingo. HEX triplet: F0, 6A and F2. RGB value is (240,106,242). Sum of RGB (Red+Green+Blue) = 240+106+242=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 106 (41.80% from 255 or 18.03% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #F06AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AF2 is #0F950D. Grayscale: #A1A1A1. Windows color (decimal): -1021198 or 15887088. OLE color: 15887088.

HSL color Cylindrical-coordinate representation of color #F06AF2: hue angle of 299.12º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AF2 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 106 242 -
CMYK 0.01 0.56 0 0.05
HSL 299.12º 0.84% 0.68% -
HSV(B) 299.12º 0.56% 0.95% -
XYZ 57.12 35.24 87.8 -
YUV 161.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 240 106 242 0.01 0.56 0 0.05 299.12 0.84 0.68
Hex F0 6A F2 1 38 0 5 12B 54 44
Octal 360 152 362 1 70 0 5 453 124 104
Binary 11110000 1101010 11110010 1 111000 0 101 100101011 1010100 1000100

Color Harmonies of #F06AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AF2

Black with #F06AF2

Text Example


Text Example

White with #F06AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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