Html Css Color HEX #F146FF Pink Flamingo

📋 copy color: '#F146FF'

red 241 ◦ green 70 ◦ blue 255

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

Shades of Pink Flamingo #F146FF

Tints of Pink Flamingo #F146FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 42.58%
G = 12.37%
B = 45.05%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F146FF (or 0xF146FF) is known color: Pink Flamingo. HEX triplet: F1, 46 and FF. RGB value is (241,70,255). Sum of RGB (Red+Green+Blue) = 241+70+255=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 70 (27.73% from 255 or 12.37% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #F146FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F146FF is #0EB900. Grayscale: #8D8D8D. Windows color (decimal): -964865 or 16729841. OLE color: 16729841.

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

Color convert

RGB 241 70 255 -
CMYK 0.05 0.73 0 0
HSL 295.46º 1% 0.64% -
HSV(B) 295.46º 0.73% 1% -
XYZ 56.52 30.3 97.48 -
YUV 142.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 241 70 255 0.05 0.73 0 0 295.46 1 0.64
Hex F1 46 FF 5 49 0 0 127 64 40
Octal 361 106 377 5 111 0 0 447 144 100
Binary 11110001 1000110 11111111 101 1001001 0 0 100100111 1100100 1000000

Color Harmonies of #F146FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F146FF

Black with #F146FF

Text Example


Text Example

White with #F146FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F146FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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