Html Css Color HEX #F159FB Pink Flamingo

📋 copy color: '#F159FB'

red 241 ◦ green 89 ◦ blue 251

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

Shades of Pink Flamingo #F159FB

Tints of Pink Flamingo #F159FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 41.48%
G = 15.32%
B = 43.2%

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

#F159FB (or 0xF159FB) is known color: Pink Flamingo. HEX triplet: F1, 59 and FB. RGB value is (241,89,251). Sum of RGB (Red+Green+Blue) = 241+89+251=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 89 (35.16% from 255 or 15.32% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #F159FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159FB is #0EA604. Grayscale: #989898. Windows color (decimal): -960005 or 16472561. OLE color: 16472561.

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

Color convert

RGB 241 89 251 -
CMYK 0.04 0.65 0 0.02
HSL 296.3º 0.95% 0.67% -
HSV(B) 296.3º 0.65% 0.98% -
XYZ 57.26 32.81 94.58 -
YUV 152.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 241 89 251 0.04 0.65 0 0.02 296.3 0.95 0.67
Hex F1 59 FB 4 41 0 2 128 5F 43
Octal 361 131 373 4 101 0 2 450 137 103
Binary 11110001 1011001 11111011 100 1000001 0 10 100101000 1011111 1000011

Color Harmonies of #F159FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159FB

Black with #F159FB

Text Example


Text Example

White with #F159FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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