Html Css Color HEX #F068F4 Pink Flamingo

📋 copy color: '#F068F4'

red 240 ◦ green 104 ◦ blue 244

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

Shades of Pink Flamingo #F068F4

Tints of Pink Flamingo #F068F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.5%

R = 40.82%
G = 17.69%
B = 41.5%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F068F4 (or 0xF068F4) is known color: Pink Flamingo. HEX triplet: F0, 68 and F4. RGB value is (240,104,244). Sum of RGB (Red+Green+Blue) = 240+104+244=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #F068F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068F4 is #0F970B. Grayscale: #A0A0A0. Windows color (decimal): -1021708 or 16017648. OLE color: 16017648.

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

Color convert

RGB 240 104 244 -
CMYK 0.02 0.57 0 0.04
HSL 298.29º 0.86% 0.68% -
HSV(B) 298.29º 0.57% 0.96% -
XYZ 57.21 34.96 89.32 -
YUV 160.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 240 104 244 0.02 0.57 0 0.04 298.29 0.86 0.68
Hex F0 68 F4 2 39 0 4 12A 56 44
Octal 360 150 364 2 71 0 4 452 126 104
Binary 11110000 1101000 11110100 10 111001 0 100 100101010 1010110 1000100

Color Harmonies of #F068F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068F4

Black with #F068F4

Text Example


Text Example

White with #F068F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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