Html Css Color HEX #F157FA Pink Flamingo

📋 copy color: '#F157FA'

red 241 ◦ green 87 ◦ blue 250

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

Shades of Pink Flamingo #F157FA

Tints of Pink Flamingo #F157FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.05%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 41.7%
G = 15.05%
B = 43.25%

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

#F157FA (or 0xF157FA) is known color: Pink Flamingo. HEX triplet: F1, 57 and FA. RGB value is (241,87,250). Sum of RGB (Red+Green+Blue) = 241+87+250=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 87 (34.38% from 255 or 15.05% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #F157FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F157FA is #0EA805. Grayscale: #979797. Windows color (decimal): -960518 or 16406513. OLE color: 16406513.

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

Color convert

RGB 241 87 250 -
CMYK 0.04 0.65 0 0.02
HSL 296.69º 0.94% 0.66% -
HSV(B) 296.69º 0.65% 0.98% -
XYZ 56.94 32.42 93.7 -
YUV 151.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 241 87 250 0.04 0.65 0 0.02 296.69 0.94 0.66
Hex F1 57 FA 4 41 0 2 129 5E 42
Octal 361 127 372 4 101 0 2 451 136 102
Binary 11110001 1010111 11111010 100 1000001 0 10 100101001 1011110 1000010

Color Harmonies of #F157FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157FA

Black with #F157FA

Text Example


Text Example

White with #F157FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157FA; }

 p { color: rgb(241,87,250); }

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

background-color css

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

 a { background-color: rgb(241,87,250); }

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

border-color css

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

 span { border-color: rgb(241,87,250); }

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