Html Css Color HEX #F146FA Pink Flamingo

📋 copy color: '#F146FA'

red 241 ◦ green 70 ◦ blue 250

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

Shades of Pink Flamingo #F146FA

Tints of Pink Flamingo #F146FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.48%

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

R = 42.96%
G = 12.48%
B = 44.56%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F146FA (or 0xF146FA) is known color: Pink Flamingo. HEX triplet: F1, 46 and FA. RGB value is (241,70,250). Sum of RGB (Red+Green+Blue) = 241+70+250=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 70 (27.73% from 255 or 12.48% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #F146FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F146FA is #0EB905. Grayscale: #8D8D8D. Windows color (decimal): -964870 or 16402161. OLE color: 16402161.

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

Color convert

RGB 241 70 250 -
CMYK 0.04 0.72 0 0.02
HSL 297º 0.95% 0.63% -
HSV(B) 297º 0.72% 0.98% -
XYZ 55.72 29.98 93.29 -
YUV 141.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 241 70 250 0.04 0.72 0 0.02 297 0.95 0.63
Hex F1 46 FA 4 48 0 2 129 5F 3F
Octal 361 106 372 4 110 0 2 451 137 77
Binary 11110001 1000110 11111010 100 1001000 0 10 100101001 1011111 111111

Color Harmonies of #F146FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F146FA

Black with #F146FA

Text Example


Text Example

White with #F146FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F146FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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