Html Css Color HEX #F063EC Pink Flamingo

📋 copy color: '#F063EC'

red 240 ◦ green 99 ◦ blue 236

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

Shades of Pink Flamingo #F063EC

Tints of Pink Flamingo #F063EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.22%

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

R = 41.74%
G = 17.22%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F063EC (or 0xF063EC) is known color: Pink Flamingo. HEX triplet: F0, 63 and EC. RGB value is (240,99,236). Sum of RGB (Red+Green+Blue) = 240+99+236=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 99 (39.06% from 255 or 17.22% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F063EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063EC is #0F9C13. Grayscale: #9C9C9C. Windows color (decimal): -1022996 or 15492080. OLE color: 15492080.

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

Color convert

RGB 240 99 236 -
CMYK 0 0.59 0.02 0.06
HSL 301.7º 0.82% 0.66% -
HSV(B) 301.7º 0.59% 0.94% -
XYZ 55.54 33.51 82.9 -
YUV 156.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 240 99 236 0 0.59 0.02 0.06 301.7 0.82 0.66
Hex F0 63 EC 0 3B 2 6 12E 52 42
Octal 360 143 354 0 73 2 6 456 122 102
Binary 11110000 1100011 11101100 0 111011 10 110 100101110 1010010 1000010

Color Harmonies of #F063EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063EC

Black with #F063EC

Text Example


Text Example

White with #F063EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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