Html Css Color HEX #F169FF Pink Flamingo

📋 copy color: '#F169FF'

red 241 ◦ green 105 ◦ blue 255

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

Shades of Pink Flamingo #F169FF

Tints of Pink Flamingo #F169FF

RGB

 RED value IS 241 (94.53% from 255) = 40.1%

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

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

R = 40.1%
G = 17.47%
B = 42.43%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F169FF (or 0xF169FF) is known color: Pink Flamingo. HEX triplet: F1, 69 and FF. RGB value is (241,105,255). Sum of RGB (Red+Green+Blue) = 241+105+255=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 105 (41.41% from 255 or 17.47% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #F169FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F169FF is #0E9600. Grayscale: #A2A2A2. Windows color (decimal): -955905 or 16738801. OLE color: 16738801.

HSL color Cylindrical-coordinate representation of color #F169FF: hue angle of 294.4º 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 #F169FF is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 105 255 -
CMYK 0.05 0.59 0 0
HSL 294.4º 1% 0.71% -
HSV(B) 294.4º 0.59% 1% -
XYZ 59.38 36.02 98.43 -
YUV 162.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 241 105 255 0.05 0.59 0 0 294.4 1 0.71
Hex F1 69 FF 5 3B 0 0 126 64 47
Octal 361 151 377 5 73 0 0 446 144 107
Binary 11110001 1101001 11111111 101 111011 0 0 100100110 1100100 1000111

Color Harmonies of #F169FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F169FF

Black with #F169FF

Text Example


Text Example

White with #F169FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F169FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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