Html Css Color HEX #F460EC Pink Flamingo

📋 copy color: '#F460EC'

red 244 ◦ green 96 ◦ blue 236

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

Shades of Pink Flamingo #F460EC

Tints of Pink Flamingo #F460EC

RGB

 RED value IS 244 (95.7% from 255) = 42.36%

 GREEN value IS 96 (37.89% from 255) = 16.67%

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

R = 42.36%
G = 16.67%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F460EC (or 0xF460EC) is known color: Pink Flamingo. HEX triplet: F4, 60 and EC. RGB value is (244,96,236). Sum of RGB (Red+Green+Blue) = 244+96+236=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 96 (37.89% from 255 or 16.67% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F460EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F460EC is #0B9F13. Grayscale: #9B9B9B. Windows color (decimal): -761620 or 15491316. OLE color: 15491316.

HSL color Cylindrical-coordinate representation of color #F460EC: hue angle of 303.24º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460EC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 96 236 -
CMYK 0 0.61 0.03 0.04
HSL 303.24º 0.87% 0.67% -
HSV(B) 303.24º 0.61% 0.96% -
XYZ 56.63 33.65 82.87 -
YUV 156.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 244 96 236 0 0.61 0.03 0.04 303.24 0.87 0.67
Hex F4 60 EC 0 3D 3 4 12F 57 43
Octal 364 140 354 0 75 3 4 457 127 103
Binary 11110100 1100000 11101100 0 111101 11 100 100101111 1010111 1000011

Color Harmonies of #F460EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F460EC

Black with #F460EC

Text Example


Text Example

White with #F460EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F460EC; }

 p { color: rgb(244,96,236); }

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

background-color css

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

 a { background-color: rgb(244,96,236); }

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

border-color css

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

 span { border-color: rgb(244,96,236); }

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