Html Css Color HEX #F068FA Pink Flamingo

📋 copy color: '#F068FA'

red 240 ◦ green 104 ◦ blue 250

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

Shades of Pink Flamingo #F068FA

Tints of Pink Flamingo #F068FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 40.4%
G = 17.51%
B = 42.09%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F068FA (or 0xF068FA) is known color: Pink Flamingo. HEX triplet: F0, 68 and FA. RGB value is (240,104,250). Sum of RGB (Red+Green+Blue) = 240+104+250=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #F068FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068FA is #0F9705. Grayscale: #A0A0A0. Windows color (decimal): -1021702 or 16410864. OLE color: 16410864.

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

Color convert

RGB 240 104 250 -
CMYK 0.04 0.58 0 0.02
HSL 295.89º 0.94% 0.69% -
HSV(B) 295.89º 0.58% 0.98% -
XYZ 58.14 35.33 94.2 -
YUV 161.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 240 104 250 0.04 0.58 0 0.02 295.89 0.94 0.69
Hex F0 68 FA 4 3A 0 2 128 5E 45
Octal 360 150 372 4 72 0 2 450 136 105
Binary 11110000 1101000 11111010 100 111010 0 10 100101000 1011110 1000101

Color Harmonies of #F068FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068FA

Black with #F068FA

Text Example


Text Example

White with #F068FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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