Html Css Color HEX #F046F6 Pink Flamingo

📋 copy color: '#F046F6'

red 240 ◦ green 70 ◦ blue 246

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

Shades of Pink Flamingo #F046F6

Tints of Pink Flamingo #F046F6

RGB

 RED value IS 240 (94.14% from 255) = 43.17%

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

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 43.17%
G = 12.59%
B = 44.24%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F046F6 (or 0xF046F6) is known color: Pink Flamingo. HEX triplet: F0, 46 and F6. RGB value is (240,70,246). Sum of RGB (Red+Green+Blue) = 240+70+246=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 70 (27.73% from 255 or 12.59% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #F046F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046F6 is #0FB909. Grayscale: #8C8C8C. Windows color (decimal): -1030410 or 16140016. OLE color: 16140016.

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

Color convert

RGB 240 70 246 -
CMYK 0.02 0.72 0 0.04
HSL 297.95º 0.91% 0.62% -
HSV(B) 297.95º 0.72% 0.96% -
XYZ 54.76 29.56 90.01 -
YUV 140.89 187.32 198.69 -
System Red Green Blue C M Y K H S L
Decimal 240 70 246 0.02 0.72 0 0.04 297.95 0.91 0.62
Hex F0 46 F6 2 48 0 4 12A 5B 3E
Octal 360 106 366 2 110 0 4 452 133 76
Binary 11110000 1000110 11110110 10 1001000 0 100 100101010 1011011 111110

Color Harmonies of #F046F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046F6

Black with #F046F6

Text Example


Text Example

White with #F046F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046F6; }

 p { color: rgb(240,70,246); }

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

background-color css

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

 a { background-color: rgb(240,70,246); }

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

border-color css

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

 span { border-color: rgb(240,70,246); }

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