Html Css Color HEX #F158EF Pink Flamingo

📋 copy color: '#F158EF'

red 241 ◦ green 88 ◦ blue 239

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

Shades of Pink Flamingo #F158EF

Tints of Pink Flamingo #F158EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 42.43%
G = 15.49%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F158EF (or 0xF158EF) is known color: Pink Flamingo. HEX triplet: F1, 58 and EF. RGB value is (241,88,239). Sum of RGB (Red+Green+Blue) = 241+88+239=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F158EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F158EF is #0EA710. Grayscale: #969696. Windows color (decimal): -960273 or 15685873. OLE color: 15685873.

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

Color convert

RGB 241 88 239 -
CMYK 0 0.63 0.01 0.05
HSL 300.78º 0.85% 0.65% -
HSV(B) 300.78º 0.63% 0.95% -
XYZ 55.35 31.91 84.9 -
YUV 150.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 241 88 239 0 0.63 0.01 0.05 300.78 0.85 0.65
Hex F1 58 EF 0 3F 1 5 12D 55 41
Octal 361 130 357 0 77 1 5 455 125 101
Binary 11110001 1011000 11101111 0 111111 1 101 100101101 1010101 1000001

Color Harmonies of #F158EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158EF

Black with #F158EF

Text Example


Text Example

White with #F158EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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