Html Css Color HEX #F160FC Pink Flamingo

📋 copy color: '#F160FC'

red 241 ◦ green 96 ◦ blue 252

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

Shades of Pink Flamingo #F160FC

Tints of Pink Flamingo #F160FC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.3%

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

R = 40.92%
G = 16.3%
B = 42.78%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F160FC (or 0xF160FC) is known color: Pink Flamingo. HEX triplet: F1, 60 and FC. RGB value is (241,96,252). Sum of RGB (Red+Green+Blue) = 241+96+252=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 96 (37.89% from 255 or 16.30% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #F160FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F160FC is #0E9F03. Grayscale: #9C9C9C. Windows color (decimal): -958212 or 16539889. OLE color: 16539889.

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

Color convert

RGB 241 96 252 -
CMYK 0.04 0.62 0 0.01
HSL 295.77º 0.96% 0.68% -
HSV(B) 295.77º 0.62% 0.99% -
XYZ 58.03 34.09 95.62 -
YUV 157.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 241 96 252 0.04 0.62 0 0.01 295.77 0.96 0.68
Hex F1 60 FC 4 3E 0 1 128 60 44
Octal 361 140 374 4 76 0 1 450 140 104
Binary 11110001 1100000 11111100 100 111110 0 1 100101000 1100000 1000100

Color Harmonies of #F160FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F160FC

Black with #F160FC

Text Example


Text Example

White with #F160FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F160FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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