Html Css Color HEX #F169F5 Pink Flamingo

📋 copy color: '#F169F5'

red 241 ◦ green 105 ◦ blue 245

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

Shades of Pink Flamingo #F169F5

Tints of Pink Flamingo #F169F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.46%

R = 40.78%
G = 17.77%
B = 41.46%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F169F5 (or 0xF169F5) is known color: Pink Flamingo. HEX triplet: F1, 69 and F5. RGB value is (241,105,245). Sum of RGB (Red+Green+Blue) = 241+105+245=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 105 (41.41% from 255 or 17.77% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #F169F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F169F5 is #0E960A. Grayscale: #A1A1A1. Windows color (decimal): -955915 or 16083441. OLE color: 16083441.

HSL color Cylindrical-coordinate representation of color #F169F5: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F169F5 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 105 245 -
CMYK 0.02 0.57 0 0.04
HSL 298.29º 0.88% 0.69% -
HSV(B) 298.29º 0.57% 0.96% -
XYZ 57.81 35.4 90.17 -
YUV 161.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 241 105 245 0.02 0.57 0 0.04 298.29 0.88 0.69
Hex F1 69 F5 2 39 0 4 12A 58 45
Octal 361 151 365 2 71 0 4 452 130 105
Binary 11110001 1101001 11110101 10 111001 0 100 100101010 1011000 1000101

Color Harmonies of #F169F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F169F5

Black with #F169F5

Text Example


Text Example

White with #F169F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F169F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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