Html Css Color HEX #F469FF Pink Flamingo

📋 copy color: '#F469FF'

red 244 ◦ green 105 ◦ blue 255

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

Shades of Pink Flamingo #F469FF

Tints of Pink Flamingo #F469FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.22%

R = 40.4%
G = 17.38%
B = 42.22%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F469FF (or 0xF469FF) is known color: Pink Flamingo. HEX triplet: F4, 69 and FF. RGB value is (244,105,255). Sum of RGB (Red+Green+Blue) = 244+105+255=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 105 (41.41% from 255 or 17.38% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #F469FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F469FF is #0B9600. Grayscale: #A3A3A3. Windows color (decimal): -759297 or 16738804. OLE color: 16738804.

HSL color Cylindrical-coordinate representation of color #F469FF: hue angle of 295.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F469FF is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 244 105 255 -
CMYK 0.04 0.59 0 0
HSL 295.6º 1% 0.71% -
HSV(B) 295.6º 0.59% 1% -
XYZ 60.41 36.56 98.48 -
YUV 163.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 244 105 255 0.04 0.59 0 0 295.6 1 0.71
Hex F4 69 FF 4 3B 0 0 128 64 47
Octal 364 151 377 4 73 0 0 450 144 107
Binary 11110100 1101001 11111111 100 111011 0 0 100101000 1100100 1000111

Color Harmonies of #F469FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F469FF

Black with #F469FF

Text Example


Text Example

White with #F469FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F469FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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