Html Css Color HEX #F158FF Pink Flamingo

📋 copy color: '#F158FF'

red 241 ◦ green 88 ◦ blue 255

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

Shades of Pink Flamingo #F158FF

Tints of Pink Flamingo #F158FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.66%

R = 41.27%
G = 15.07%
B = 43.66%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F158FF (or 0xF158FF) is known color: Pink Flamingo. HEX triplet: F1, 58 and FF. RGB value is (241,88,255). Sum of RGB (Red+Green+Blue) = 241+88+255=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 88 (34.77% from 255 or 15.07% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #F158FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F158FF is #0EA700. Grayscale: #989898. Windows color (decimal): -960257 or 16734449. OLE color: 16734449.

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

Color convert

RGB 241 88 255 -
CMYK 0.05 0.65 0 0
HSL 294.97º 1% 0.67% -
HSV(B) 294.97º 0.65% 1% -
XYZ 57.82 32.9 97.91 -
YUV 152.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 241 88 255 0.05 0.65 0 0 294.97 1 0.67
Hex F1 58 FF 5 41 0 0 127 64 43
Octal 361 130 377 5 101 0 0 447 144 103
Binary 11110001 1011000 11111111 101 1000001 0 0 100100111 1100100 1000011

Color Harmonies of #F158FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158FF

Black with #F158FF

Text Example


Text Example

White with #F158FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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