Html Css Color HEX #F168FA Pink Flamingo

📋 copy color: '#F168FA'

red 241 ◦ green 104 ◦ blue 250

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

Shades of Pink Flamingo #F168FA

Tints of Pink Flamingo #F168FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.48%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 40.5%
G = 17.48%
B = 42.02%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F168FA (or 0xF168FA) is known color: Pink Flamingo. HEX triplet: F1, 68 and FA. RGB value is (241,104,250). Sum of RGB (Red+Green+Blue) = 241+104+250=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #F168FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168FA is #0E9705. Grayscale: #A1A1A1. Windows color (decimal): -956166 or 16410865. OLE color: 16410865.

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

Color convert

RGB 241 104 250 -
CMYK 0.04 0.58 0 0.02
HSL 296.3º 0.94% 0.69% -
HSV(B) 296.3º 0.58% 0.98% -
XYZ 58.48 35.5 94.21 -
YUV 161.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 241 104 250 0.04 0.58 0 0.02 296.3 0.94 0.69
Hex F1 68 FA 4 3A 0 2 128 5E 45
Octal 361 150 372 4 72 0 2 450 136 105
Binary 11110001 1101000 11111010 100 111010 0 10 100101000 1011110 1000101

Color Harmonies of #F168FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168FA

Black with #F168FA

Text Example


Text Example

White with #F168FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168FA; }

 p { color: rgb(241,104,250); }

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

background-color css

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

 a { background-color: rgb(241,104,250); }

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

border-color css

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

 span { border-color: rgb(241,104,250); }

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