Html Css Color HEX #F168F3 Pink Flamingo

📋 copy color: '#F168F3'

red 241 ◦ green 104 ◦ blue 243

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

Shades of Pink Flamingo #F168F3

Tints of Pink Flamingo #F168F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.33%

R = 40.99%
G = 17.69%
B = 41.33%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F168F3 (or 0xF168F3) is known color: Pink Flamingo. HEX triplet: F1, 68 and F3. RGB value is (241,104,243). Sum of RGB (Red+Green+Blue) = 241+104+243=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #F168F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168F3 is #0E970C. Grayscale: #A0A0A0. Windows color (decimal): -956173 or 15952113. OLE color: 15952113.

HSL color Cylindrical-coordinate representation of color #F168F3: hue angle of 299.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168F3 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 104 243 -
CMYK 0.01 0.57 0 0.05
HSL 299.14º 0.85% 0.68% -
HSV(B) 299.14º 0.57% 0.95% -
XYZ 57.4 35.07 88.54 -
YUV 160.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 241 104 243 0.01 0.57 0 0.05 299.14 0.85 0.68
Hex F1 68 F3 1 39 0 5 12B 55 44
Octal 361 150 363 1 71 0 5 453 125 104
Binary 11110001 1101000 11110011 1 111001 0 101 100101011 1010101 1000100

Color Harmonies of #F168F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168F3

Black with #F168F3

Text Example


Text Example

White with #F168F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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