Html Css Color HEX #F065EC Pink Flamingo

📋 copy color: '#F065EC'

red 240 ◦ green 101 ◦ blue 236

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

Shades of Pink Flamingo #F065EC

Tints of Pink Flamingo #F065EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.5%

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

R = 41.59%
G = 17.5%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F065EC (or 0xF065EC) is known color: Pink Flamingo. HEX triplet: F0, 65 and EC. RGB value is (240,101,236). Sum of RGB (Red+Green+Blue) = 240+101+236=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F065EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065EC is #0F9A13. Grayscale: #9D9D9D. Windows color (decimal): -1022484 or 15492592. OLE color: 15492592.

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

Color convert

RGB 240 101 236 -
CMYK 0 0.58 0.02 0.06
HSL 301.73º 0.82% 0.67% -
HSV(B) 301.73º 0.58% 0.94% -
XYZ 55.73 33.89 82.96 -
YUV 157.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 240 101 236 0 0.58 0.02 0.06 301.73 0.82 0.67
Hex F0 65 EC 0 3A 2 6 12E 52 43
Octal 360 145 354 0 72 2 6 456 122 103
Binary 11110000 1100101 11101100 0 111010 10 110 100101110 1010010 1000011

Color Harmonies of #F065EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065EC

Black with #F065EC

Text Example


Text Example

White with #F065EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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