Html Css Color HEX #F158FA Pink Flamingo

📋 copy color: '#F158FA'

red 241 ◦ green 88 ◦ blue 250

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

Shades of Pink Flamingo #F158FA

Tints of Pink Flamingo #F158FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.2%

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

R = 41.62%
G = 15.2%
B = 43.18%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F158FA (or 0xF158FA) is known color: Pink Flamingo. HEX triplet: F1, 58 and FA. RGB value is (241,88,250). Sum of RGB (Red+Green+Blue) = 241+88+250=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 88 (34.77% from 255 or 15.20% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #F158FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F158FA is #0EA705. Grayscale: #979797. Windows color (decimal): -960262 or 16406769. OLE color: 16406769.

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

Color convert

RGB 241 88 250 -
CMYK 0.04 0.65 0 0.02
HSL 296.67º 0.94% 0.66% -
HSV(B) 296.67º 0.65% 0.98% -
XYZ 57.02 32.58 93.73 -
YUV 152.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 241 88 250 0.04 0.65 0 0.02 296.67 0.94 0.66
Hex F1 58 FA 4 41 0 2 129 5E 42
Octal 361 130 372 4 101 0 2 451 136 102
Binary 11110001 1011000 11111010 100 1000001 0 10 100101001 1011110 1000010

Color Harmonies of #F158FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158FA

Black with #F158FA

Text Example


Text Example

White with #F158FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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