Html Css Color HEX #F149FA Pink Flamingo

📋 copy color: '#F149FA'

red 241 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #F149FA

Tints of Pink Flamingo #F149FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.94%

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

R = 42.73%
G = 12.94%
B = 44.33%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F149FA (or 0xF149FA) is known color: Pink Flamingo. HEX triplet: F1, 49 and FA. RGB value is (241,73,250). Sum of RGB (Red+Green+Blue) = 241+73+250=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 73 (28.91% from 255 or 12.94% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #F149FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149FA is #0EB605. Grayscale: #8E8E8E. Windows color (decimal): -964102 or 16402929. OLE color: 16402929.

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

Color convert

RGB 241 73 250 -
CMYK 0.04 0.71 0 0.02
HSL 296.95º 0.95% 0.63% -
HSV(B) 296.95º 0.71% 0.98% -
XYZ 55.91 30.37 93.36 -
YUV 143.41 188.16 197.61 -
System Red Green Blue C M Y K H S L
Decimal 241 73 250 0.04 0.71 0 0.02 296.95 0.95 0.63
Hex F1 49 FA 4 47 0 2 129 5F 3F
Octal 361 111 372 4 107 0 2 451 137 77
Binary 11110001 1001001 11111010 100 1000111 0 10 100101001 1011111 111111

Color Harmonies of #F149FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149FA

Black with #F149FA

Text Example


Text Example

White with #F149FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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