Html Css Color HEX #F468EC Pink Flamingo

📋 copy color: '#F468EC'

red 244 ◦ green 104 ◦ blue 236

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

Shades of Pink Flamingo #F468EC

Tints of Pink Flamingo #F468EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.81%

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

R = 41.78%
G = 17.81%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F468EC (or 0xF468EC) is known color: Pink Flamingo. HEX triplet: F4, 68 and EC. RGB value is (244,104,236). Sum of RGB (Red+Green+Blue) = 244+104+236=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F468EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468EC is #0B9713. Grayscale: #A0A0A0. Windows color (decimal): -759572 or 15493364. OLE color: 15493364.

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

Color convert

RGB 244 104 236 -
CMYK 0 0.57 0.03 0.04
HSL 303.43º 0.86% 0.68% -
HSV(B) 303.43º 0.57% 0.96% -
XYZ 57.4 35.19 83.12 -
YUV 160.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 244 104 236 0 0.57 0.03 0.04 303.43 0.86 0.68
Hex F4 68 EC 0 39 3 4 12F 56 44
Octal 364 150 354 0 71 3 4 457 126 104
Binary 11110100 1101000 11101100 0 111001 11 100 100101111 1010110 1000100

Color Harmonies of #F468EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468EC

Black with #F468EC

Text Example


Text Example

White with #F468EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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