Html Css Color HEX #F159FF Pink Flamingo

📋 copy color: '#F159FF'

red 241 ◦ green 89 ◦ blue 255

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

Shades of Pink Flamingo #F159FF

Tints of Pink Flamingo #F159FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.21%

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

R = 41.2%
G = 15.21%
B = 43.59%

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

#F159FF (or 0xF159FF) is known color: Pink Flamingo. HEX triplet: F1, 59 and FF. RGB value is (241,89,255). Sum of RGB (Red+Green+Blue) = 241+89+255=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 89 (35.16% from 255 or 15.21% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #F159FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159FF is #0EA600. Grayscale: #989898. Windows color (decimal): -960001 or 16734705. OLE color: 16734705.

HSL color Cylindrical-coordinate representation of color #F159FF: hue angle of 294.94º 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 #F159FF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 89 255 -
CMYK 0.05 0.65 0 0
HSL 294.94º 1% 0.67% -
HSV(B) 294.94º 0.65% 1% -
XYZ 57.9 33.07 97.94 -
YUV 153.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 241 89 255 0.05 0.65 0 0 294.94 1 0.67
Hex F1 59 FF 5 41 0 0 127 64 43
Octal 361 131 377 5 101 0 0 447 144 103
Binary 11110001 1011001 11111111 101 1000001 0 0 100100111 1100100 1000011

Color Harmonies of #F159FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159FF

Black with #F159FF

Text Example


Text Example

White with #F159FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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