Html Css Color HEX #F159FD Pink Flamingo

📋 copy color: '#F159FD'

red 241 ◦ green 89 ◦ blue 253

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

Shades of Pink Flamingo #F159FD

Tints of Pink Flamingo #F159FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.4%

R = 41.34%
G = 15.27%
B = 43.4%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F159FD (or 0xF159FD) is known color: Pink Flamingo. HEX triplet: F1, 59 and FD. RGB value is (241,89,253). Sum of RGB (Red+Green+Blue) = 241+89+253=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 89 (35.16% from 255 or 15.27% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #F159FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159FD is #0EA602. Grayscale: #989898. Windows color (decimal): -960003 or 16603633. OLE color: 16603633.

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

Color convert

RGB 241 89 253 -
CMYK 0.05 0.65 0 0.01
HSL 295.61º 0.98% 0.67% -
HSV(B) 295.61º 0.65% 0.99% -
XYZ 57.58 32.94 96.25 -
YUV 153.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 241 89 253 0.05 0.65 0 0.01 295.61 0.98 0.67
Hex F1 59 FD 5 41 0 1 128 62 43
Octal 361 131 375 5 101 0 1 450 142 103
Binary 11110001 1011001 11111101 101 1000001 0 1 100101000 1100010 1000011

Color Harmonies of #F159FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159FD

Black with #F159FD

Text Example


Text Example

White with #F159FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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