Html Css Color HEX #F137FE Pink Flamingo

📋 copy color: '#F137FE'

red 241 ◦ green 55 ◦ blue 254

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

Shades of Pink Flamingo #F137FE

Tints of Pink Flamingo #F137FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10%

 BLUE value IS 254 (99.61% from 255) = 46.18%

R = 43.82%
G = 10%
B = 46.18%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F137FE (or 0xF137FE) is known color: Pink Flamingo. HEX triplet: F1, 37 and FE. RGB value is (241,55,254). Sum of RGB (Red+Green+Blue) = 241+55+254=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 55 (21.88% from 255 or 10% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #F137FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F137FE is #0EC801. Grayscale: #848484. Windows color (decimal): -968706 or 16660465. OLE color: 16660465.

HSL color Cylindrical-coordinate representation of color #F137FE: hue angle of 296.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F137FE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 55 254 -
CMYK 0.05 0.78 0 0.00
HSL 296.08º 0.99% 0.61% -
HSV(B) 296.08º 0.78% 1% -
XYZ 55.53 28.59 96.36 -
YUV 133.3 196.12 204.82 -
System Red Green Blue C M Y K H S L
Decimal 241 55 254 0.05 0.78 0 0.00 296.08 0.99 0.61
Hex F1 37 FE 5 4E 0 0 128 63 3D
Octal 361 67 376 5 116 0 0 450 143 75
Binary 11110001 110111 11111110 101 1001110 0 0 100101000 1100011 111101

Color Harmonies of #F137FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137FE

Black with #F137FE

Text Example


Text Example

White with #F137FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137FE; }

 p { color: rgb(241,55,254); }

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

background-color css

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

 a { background-color: rgb(241,55,254); }

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

border-color css

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

 span { border-color: rgb(241,55,254); }

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