Html Css Color HEX #F069EC Pink Flamingo

📋 copy color: '#F069EC'

red 240 ◦ green 105 ◦ blue 236

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

Shades of Pink Flamingo #F069EC

Tints of Pink Flamingo #F069EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 41.31%
G = 18.07%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F069EC (or 0xF069EC) is known color: Pink Flamingo. HEX triplet: F0, 69 and EC. RGB value is (240,105,236). Sum of RGB (Red+Green+Blue) = 240+105+236=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 105 (41.41% from 255 or 18.07% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F069EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069EC is #0F9613. Grayscale: #9F9F9F. Windows color (decimal): -1021460 or 15493616. OLE color: 15493616.

HSL color Cylindrical-coordinate representation of color #F069EC: hue angle of 301.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069EC is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 236 -
CMYK 0 0.56 0.02 0.06
HSL 301.78º 0.82% 0.68% -
HSV(B) 301.78º 0.56% 0.94% -
XYZ 56.13 34.68 83.09 -
YUV 160.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 240 105 236 0 0.56 0.02 0.06 301.78 0.82 0.68
Hex F0 69 EC 0 38 2 6 12E 52 44
Octal 360 151 354 0 70 2 6 456 122 104
Binary 11110000 1101001 11101100 0 111000 10 110 100101110 1010010 1000100

Color Harmonies of #F069EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069EC

Black with #F069EC

Text Example


Text Example

White with #F069EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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