Html Css Color HEX #F469EC Pink Flamingo

📋 copy color: '#F469EC'

red 244 ◦ green 105 ◦ blue 236

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

Shades of Pink Flamingo #F469EC

Tints of Pink Flamingo #F469EC

RGB

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

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

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

R = 41.71%
G = 17.95%
B = 40.34%

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

#F469EC (or 0xF469EC) is known color: Pink Flamingo. HEX triplet: F4, 69 and EC. RGB value is (244,105,236). Sum of RGB (Red+Green+Blue) = 244+105+236=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 105 (41.41% from 255 or 17.95% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F469EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F469EC is #0B9613. Grayscale: #A1A1A1. Windows color (decimal): -759316 or 15493620. OLE color: 15493620.

HSL color Cylindrical-coordinate representation of color #F469EC: hue angle of 303.45º 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 #F469EC is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 105 236 -
CMYK 0 0.57 0.03 0.04
HSL 303.45º 0.86% 0.68% -
HSV(B) 303.45º 0.57% 0.96% -
XYZ 57.5 35.39 83.16 -
YUV 161.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 244 105 236 0 0.57 0.03 0.04 303.45 0.86 0.68
Hex F4 69 EC 0 39 3 4 12F 56 44
Octal 364 151 354 0 71 3 4 457 126 104
Binary 11110100 1101001 11101100 0 111001 11 100 100101111 1010110 1000100

Color Harmonies of #F469EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F469EC

Black with #F469EC

Text Example


Text Example

White with #F469EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F469EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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