Html Css Color HEX #F146FD Pink Flamingo

📋 copy color: '#F146FD'

red 241 ◦ green 70 ◦ blue 253

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

Shades of Pink Flamingo #F146FD

Tints of Pink Flamingo #F146FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 42.73%
G = 12.41%
B = 44.86%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F146FD (or 0xF146FD) is known color: Pink Flamingo. HEX triplet: F1, 46 and FD. RGB value is (241,70,253). Sum of RGB (Red+Green+Blue) = 241+70+253=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 70 (27.73% from 255 or 12.41% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #F146FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F146FD is #0EB902. Grayscale: #8D8D8D. Windows color (decimal): -964867 or 16598769. OLE color: 16598769.

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

Color convert

RGB 241 70 253 -
CMYK 0.05 0.72 0 0.01
HSL 296.07º 0.98% 0.63% -
HSV(B) 296.07º 0.72% 0.99% -
XYZ 56.2 30.17 95.79 -
YUV 141.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 241 70 253 0.05 0.72 0 0.01 296.07 0.98 0.63
Hex F1 46 FD 5 48 0 1 128 62 3F
Octal 361 106 375 5 110 0 1 450 142 77
Binary 11110001 1000110 11111101 101 1001000 0 1 100101000 1100010 111111

Color Harmonies of #F146FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F146FD

Black with #F146FD

Text Example


Text Example

White with #F146FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F146FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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