Html Css Color HEX #F158FE Pink Flamingo

📋 copy color: '#F158FE'

red 241 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #F158FE

Tints of Pink Flamingo #F158FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 41.34%
G = 15.09%
B = 43.57%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F158FE (or 0xF158FE) is known color: Pink Flamingo. HEX triplet: F1, 58 and FE. RGB value is (241,88,254). Sum of RGB (Red+Green+Blue) = 241+88+254=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 88 (34.77% from 255 or 15.09% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #F158FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F158FE is #0EA701. Grayscale: #989898. Windows color (decimal): -960258 or 16668913. OLE color: 16668913.

HSL color Cylindrical-coordinate representation of color #F158FE: hue angle of 295.3º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F158FE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 88 254 -
CMYK 0.05 0.65 0 0.00
HSL 295.3º 0.99% 0.67% -
HSV(B) 295.3º 0.65% 1% -
XYZ 57.65 32.84 97.07 -
YUV 152.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 241 88 254 0.05 0.65 0 0.00 295.3 0.99 0.67
Hex F1 58 FE 5 41 0 0 127 63 43
Octal 361 130 376 5 101 0 0 447 143 103
Binary 11110001 1011000 11111110 101 1000001 0 0 100100111 1100011 1000011

Color Harmonies of #F158FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158FE

Black with #F158FE

Text Example


Text Example

White with #F158FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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