Html Css Color HEX #F164FF Pink Flamingo

📋 copy color: '#F164FF'

red 241 ◦ green 100 ◦ blue 255

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

Shades of Pink Flamingo #F164FF

Tints of Pink Flamingo #F164FF

RGB

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

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

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

R = 40.44%
G = 16.78%
B = 42.79%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F164FF (or 0xF164FF) is known color: Pink Flamingo. HEX triplet: F1, 64 and FF. RGB value is (241,100,255). Sum of RGB (Red+Green+Blue) = 241+100+255=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 100 (39.45% from 255 or 16.78% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F164FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164FF is #0E9B00. Grayscale: #9F9F9F. Windows color (decimal): -957185 or 16737521. OLE color: 16737521.

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

Color convert

RGB 241 100 255 -
CMYK 0.05 0.61 0 0
HSL 294.58º 1% 0.7% -
HSV(B) 294.58º 0.61% 1% -
XYZ 58.88 35.04 98.27 -
YUV 159.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 241 100 255 0.05 0.61 0 0 294.58 1 0.7
Hex F1 64 FF 5 3D 0 0 127 64 46
Octal 361 144 377 5 75 0 0 447 144 106
Binary 11110001 1100100 11111111 101 111101 0 0 100100111 1100100 1000110

Color Harmonies of #F164FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164FF

Black with #F164FF

Text Example


Text Example

White with #F164FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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