Html Css Color HEX #F068F6 Pink Flamingo

📋 copy color: '#F068F6'

red 240 ◦ green 104 ◦ blue 246

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

Shades of Pink Flamingo #F068F6

Tints of Pink Flamingo #F068F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.63%

 BLUE value IS 246 (96.48% from 255) = 41.69%

R = 40.68%
G = 17.63%
B = 41.69%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F068F6 (or 0xF068F6) is known color: Pink Flamingo. HEX triplet: F0, 68 and F6. RGB value is (240,104,246). Sum of RGB (Red+Green+Blue) = 240+104+246=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #F068F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068F6 is #0F9709. Grayscale: #A0A0A0. Windows color (decimal): -1021706 or 16148720. OLE color: 16148720.

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

Color convert

RGB 240 104 246 -
CMYK 0.02 0.58 0 0.04
HSL 297.46º 0.89% 0.69% -
HSV(B) 297.46º 0.58% 0.96% -
XYZ 57.52 35.08 90.93 -
YUV 160.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 240 104 246 0.02 0.58 0 0.04 297.46 0.89 0.69
Hex F0 68 F6 2 3A 0 4 129 59 45
Octal 360 150 366 2 72 0 4 451 131 105
Binary 11110000 1101000 11110110 10 111010 0 100 100101001 1011001 1000101

Color Harmonies of #F068F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068F6

Black with #F068F6

Text Example


Text Example

White with #F068F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068F6; }

 p { color: rgb(240,104,246); }

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

background-color css

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

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

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

border-color css

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

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

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