Html Css Color HEX #F164F5 Pink Flamingo

📋 copy color: '#F164F5'

red 241 ◦ green 100 ◦ blue 245

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

Shades of Pink Flamingo #F164F5

Tints of Pink Flamingo #F164F5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.06%

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

R = 41.13%
G = 17.06%
B = 41.81%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F164F5 (or 0xF164F5) is known color: Pink Flamingo. HEX triplet: F1, 64 and F5. RGB value is (241,100,245). Sum of RGB (Red+Green+Blue) = 241+100+245=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 100 (39.45% from 255 or 17.06% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #F164F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164F5 is #0E9B0A. Grayscale: #9E9E9E. Windows color (decimal): -957195 or 16082161. OLE color: 16082161.

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

Color convert

RGB 241 100 245 -
CMYK 0.02 0.59 0 0.04
HSL 298.34º 0.88% 0.68% -
HSV(B) 298.34º 0.59% 0.96% -
XYZ 57.31 34.41 90.01 -
YUV 158.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 241 100 245 0.02 0.59 0 0.04 298.34 0.88 0.68
Hex F1 64 F5 2 3B 0 4 12A 58 44
Octal 361 144 365 2 73 0 4 452 130 104
Binary 11110001 1100100 11110101 10 111011 0 100 100101010 1011000 1000100

Color Harmonies of #F164F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164F5

Black with #F164F5

Text Example


Text Example

White with #F164F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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