Html Css Color HEX #F139FB Pink Flamingo

📋 copy color: '#F139FB'

red 241 ◦ green 57 ◦ blue 251

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

Shades of Pink Flamingo #F139FB

Tints of Pink Flamingo #F139FB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.38%

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

R = 43.9%
G = 10.38%
B = 45.72%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F139FB (or 0xF139FB) is known color: Pink Flamingo. HEX triplet: F1, 39 and FB. RGB value is (241,57,251). Sum of RGB (Red+Green+Blue) = 241+57+251=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 57 (22.66% from 255 or 10.38% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #F139FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F139FB is #0EC604. Grayscale: #858585. Windows color (decimal): -968197 or 16464369. OLE color: 16464369.

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

Color convert

RGB 241 57 251 -
CMYK 0.04 0.77 0 0.02
HSL 296.91º 0.96% 0.6% -
HSV(B) 296.91º 0.77% 0.98% -
XYZ 55.15 28.59 93.88 -
YUV 134.13 193.96 204.23 -
System Red Green Blue C M Y K H S L
Decimal 241 57 251 0.04 0.77 0 0.02 296.91 0.96 0.6
Hex F1 39 FB 4 4D 0 2 129 60 3C
Octal 361 71 373 4 115 0 2 451 140 74
Binary 11110001 111001 11111011 100 1001101 0 10 100101001 1100000 111100

Color Harmonies of #F139FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139FB

Black with #F139FB

Text Example


Text Example

White with #F139FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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