Html Css Color HEX #F469F0 Pink Flamingo

📋 copy color: '#F469F0'

red 244 ◦ green 105 ◦ blue 240

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

Shades of Pink Flamingo #F469F0

Tints of Pink Flamingo #F469F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.75%

R = 41.43%
G = 17.83%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F469F0 (or 0xF469F0) is known color: Pink Flamingo. HEX triplet: F4, 69 and F0. RGB value is (244,105,240). Sum of RGB (Red+Green+Blue) = 244+105+240=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 105 (41.41% from 255 or 17.83% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F469F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F469F0 is #0B960F. Grayscale: #A1A1A1. Windows color (decimal): -759312 or 15755764. OLE color: 15755764.

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

Color convert

RGB 244 105 240 -
CMYK 0 0.57 0.02 0.04
HSL 301.73º 0.86% 0.68% -
HSV(B) 301.73º 0.57% 0.96% -
XYZ 58.09 35.63 86.25 -
YUV 161.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 244 105 240 0 0.57 0.02 0.04 301.73 0.86 0.68
Hex F4 69 F0 0 39 2 4 12E 56 44
Octal 364 151 360 0 71 2 4 456 126 104
Binary 11110100 1101001 11110000 0 111001 10 100 100101110 1010110 1000100

Color Harmonies of #F469F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F469F0

Black with #F469F0

Text Example


Text Example

White with #F469F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F469F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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