Html Css Color HEX #F469ED Pink Flamingo

📋 copy color: '#F469ED'

red 244 ◦ green 105 ◦ blue 237

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

Shades of Pink Flamingo #F469ED

Tints of Pink Flamingo #F469ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 41.64%
G = 17.92%
B = 40.44%

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

#F469ED (or 0xF469ED) is known color: Pink Flamingo. HEX triplet: F4, 69 and ED. RGB value is (244,105,237). Sum of RGB (Red+Green+Blue) = 244+105+237=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F469ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F469ED is #0B9612. Grayscale: #A1A1A1. Windows color (decimal): -759315 or 15559156. OLE color: 15559156.

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

Color convert

RGB 244 105 237 -
CMYK 0 0.57 0.03 0.04
HSL 303.02º 0.86% 0.68% -
HSV(B) 303.02º 0.57% 0.96% -
XYZ 57.65 35.45 83.93 -
YUV 161.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 244 105 237 0 0.57 0.03 0.04 303.02 0.86 0.68
Hex F4 69 ED 0 39 3 4 12F 56 44
Octal 364 151 355 0 71 3 4 457 126 104
Binary 11110100 1101001 11101101 0 111001 11 100 100101111 1010110 1000100

Color Harmonies of #F469ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F469ED

Black with #F469ED

Text Example


Text Example

White with #F469ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F469ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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