Html Css Color HEX #F156FA Pink Flamingo

📋 copy color: '#F156FA'

red 241 ◦ green 86 ◦ blue 250

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

Shades of Pink Flamingo #F156FA

Tints of Pink Flamingo #F156FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.9%

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

R = 41.77%
G = 14.9%
B = 43.33%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F156FA (or 0xF156FA) is known color: Pink Flamingo. HEX triplet: F1, 56 and FA. RGB value is (241,86,250). Sum of RGB (Red+Green+Blue) = 241+86+250=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 86 (33.98% from 255 or 14.90% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #F156FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F156FA is #0EA905. Grayscale: #969696. Windows color (decimal): -960774 or 16406257. OLE color: 16406257.

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

Color convert

RGB 241 86 250 -
CMYK 0.04 0.66 0 0.02
HSL 296.71º 0.94% 0.66% -
HSV(B) 296.71º 0.66% 0.98% -
XYZ 56.86 32.26 93.67 -
YUV 151.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 241 86 250 0.04 0.66 0 0.02 296.71 0.94 0.66
Hex F1 56 FA 4 42 0 2 129 5E 42
Octal 361 126 372 4 102 0 2 451 136 102
Binary 11110001 1010110 11111010 100 1000010 0 10 100101001 1011110 1000010

Color Harmonies of #F156FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F156FA

Black with #F156FA

Text Example


Text Example

White with #F156FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F156FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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