Html Css Color HEX #F069ED Pink Flamingo

📋 copy color: '#F069ED'

red 240 ◦ green 105 ◦ blue 237

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

Shades of Pink Flamingo #F069ED

Tints of Pink Flamingo #F069ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 41.24%
G = 18.04%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F069ED (or 0xF069ED) is known color: Pink Flamingo. HEX triplet: F0, 69 and ED. RGB value is (240,105,237). Sum of RGB (Red+Green+Blue) = 240+105+237=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 105 (41.41% from 255 or 18.04% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F069ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069ED is #0F9612. Grayscale: #A0A0A0. Windows color (decimal): -1021459 or 15559152. OLE color: 15559152.

HSL color Cylindrical-coordinate representation of color #F069ED: hue angle of 301.33º 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 #F069ED is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 237 -
CMYK 0 0.56 0.01 0.06
HSL 301.33º 0.82% 0.68% -
HSV(B) 301.33º 0.56% 0.94% -
XYZ 56.27 34.74 83.86 -
YUV 160.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 240 105 237 0 0.56 0.01 0.06 301.33 0.82 0.68
Hex F0 69 ED 0 38 1 6 12D 52 44
Octal 360 151 355 0 70 1 6 455 122 104
Binary 11110000 1101001 11101101 0 111000 1 110 100101101 1010010 1000100

Color Harmonies of #F069ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069ED

Black with #F069ED

Text Example


Text Example

White with #F069ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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