Html Css Color HEX #F164FC Pink Flamingo

📋 copy color: '#F164FC'

red 241 ◦ green 100 ◦ blue 252

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

Shades of Pink Flamingo #F164FC

Tints of Pink Flamingo #F164FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 40.64%
G = 16.86%
B = 42.5%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F164FC (or 0xF164FC) is known color: Pink Flamingo. HEX triplet: F1, 64 and FC. RGB value is (241,100,252). Sum of RGB (Red+Green+Blue) = 241+100+252=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 100 (39.45% from 255 or 16.86% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #F164FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164FC is #0E9B03. Grayscale: #9F9F9F. Windows color (decimal): -957188 or 16540913. OLE color: 16540913.

HSL color Cylindrical-coordinate representation of color #F164FC: hue angle of 295.66º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F164FC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 100 252 -
CMYK 0.04 0.60 0 0.01
HSL 295.66º 0.96% 0.69% -
HSV(B) 295.66º 0.6% 0.99% -
XYZ 58.4 34.84 95.74 -
YUV 159.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 241 100 252 0.04 0.60 0 0.01 295.66 0.96 0.69
Hex F1 64 FC 4 3C 0 1 128 60 45
Octal 361 144 374 4 74 0 1 450 140 105
Binary 11110001 1100100 11111100 100 111100 0 1 100101000 1100000 1000101

Color Harmonies of #F164FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164FC

Black with #F164FC

Text Example


Text Example

White with #F164FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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