Html Css Color HEX #F146FB Pink Flamingo

📋 copy color: '#F146FB'

red 241 ◦ green 70 ◦ blue 251

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

Shades of Pink Flamingo #F146FB

Tints of Pink Flamingo #F146FB

RGB

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

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

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

R = 42.88%
G = 12.46%
B = 44.66%

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

#F146FB (or 0xF146FB) is known color: Pink Flamingo. HEX triplet: F1, 46 and FB. RGB value is (241,70,251). Sum of RGB (Red+Green+Blue) = 241+70+251=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 70 (27.73% from 255 or 12.46% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #F146FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F146FB is #0EB904. Grayscale: #8D8D8D. Windows color (decimal): -964869 or 16467697. OLE color: 16467697.

HSL color Cylindrical-coordinate representation of color #F146FB: hue angle of 296.69º degrees, saturation: 0.96, 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 #F146FB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 70 251 -
CMYK 0.04 0.72 0 0.02
HSL 296.69º 0.96% 0.63% -
HSV(B) 296.69º 0.72% 0.98% -
XYZ 55.88 30.05 94.12 -
YUV 141.76 189.65 198.78 -
System Red Green Blue C M Y K H S L
Decimal 241 70 251 0.04 0.72 0 0.02 296.69 0.96 0.63
Hex F1 46 FB 4 48 0 2 129 60 3F
Octal 361 106 373 4 110 0 2 451 140 77
Binary 11110001 1000110 11111011 100 1001000 0 10 100101001 1100000 111111

Color Harmonies of #F146FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F146FB

Black with #F146FB

Text Example


Text Example

White with #F146FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F146FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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