Html Css Color HEX #F146FE Pink Flamingo

📋 copy color: '#F146FE'

red 241 ◦ green 70 ◦ blue 254

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

Shades of Pink Flamingo #F146FE

Tints of Pink Flamingo #F146FE

RGB

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

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

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

R = 42.65%
G = 12.39%
B = 44.96%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F146FE (or 0xF146FE) is known color: Pink Flamingo. HEX triplet: F1, 46 and FE. RGB value is (241,70,254). Sum of RGB (Red+Green+Blue) = 241+70+254=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 70 (27.73% from 255 or 12.39% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #F146FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F146FE is #0EB901. Grayscale: #8D8D8D. Windows color (decimal): -964866 or 16664305. OLE color: 16664305.

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

Color convert

RGB 241 70 254 -
CMYK 0.05 0.72 0 0.00
HSL 295.76º 0.99% 0.64% -
HSV(B) 295.76º 0.72% 1% -
XYZ 56.36 30.24 96.63 -
YUV 142.11 191.15 198.54 -
System Red Green Blue C M Y K H S L
Decimal 241 70 254 0.05 0.72 0 0.00 295.76 0.99 0.64
Hex F1 46 FE 5 48 0 0 128 63 40
Octal 361 106 376 5 110 0 0 450 143 100
Binary 11110001 1000110 11111110 101 1001000 0 0 100101000 1100011 1000000

Color Harmonies of #F146FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F146FE

Black with #F146FE

Text Example


Text Example

White with #F146FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F146FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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