Html Css Color HEX #F069F6 Pink Flamingo

📋 copy color: '#F069F6'

red 240 ◦ green 105 ◦ blue 246

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

Shades of Pink Flamingo #F069F6

Tints of Pink Flamingo #F069F6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.77%

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

R = 40.61%
G = 17.77%
B = 41.62%

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

#F069F6 (or 0xF069F6) is known color: Pink Flamingo. HEX triplet: F0, 69 and F6. RGB value is (240,105,246). Sum of RGB (Red+Green+Blue) = 240+105+246=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 105 (41.41% from 255 or 17.77% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #F069F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069F6 is #0F9609. Grayscale: #A1A1A1. Windows color (decimal): -1021450 or 16148976. OLE color: 16148976.

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

Color convert

RGB 240 105 246 -
CMYK 0.02 0.57 0 0.04
HSL 297.45º 0.89% 0.69% -
HSV(B) 297.45º 0.57% 0.96% -
XYZ 57.62 35.28 90.96 -
YUV 161.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 240 105 246 0.02 0.57 0 0.04 297.45 0.89 0.69
Hex F0 69 F6 2 39 0 4 129 59 45
Octal 360 151 366 2 71 0 4 451 131 105
Binary 11110000 1101001 11110110 10 111001 0 100 100101001 1011001 1000101

Color Harmonies of #F069F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069F6

Black with #F069F6

Text Example


Text Example

White with #F069F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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