Html Css Color HEX #F046FA Pink Flamingo

📋 copy color: '#F046FA'

red 240 ◦ green 70 ◦ blue 250

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

Shades of Pink Flamingo #F046FA

Tints of Pink Flamingo #F046FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 42.86%
G = 12.5%
B = 44.64%

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

#F046FA (or 0xF046FA) is known color: Pink Flamingo. HEX triplet: F0, 46 and FA. RGB value is (240,70,250). Sum of RGB (Red+Green+Blue) = 240+70+250=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 70 (27.73% from 255 or 12.5% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #F046FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046FA is #0FB905. Grayscale: #8C8C8C. Windows color (decimal): -1030406 or 16402160. OLE color: 16402160.

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

Color convert

RGB 240 70 250 -
CMYK 0.04 0.72 0 0.02
HSL 296.67º 0.95% 0.63% -
HSV(B) 296.67º 0.72% 0.98% -
XYZ 55.38 29.81 93.28 -
YUV 141.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 240 70 250 0.04 0.72 0 0.02 296.67 0.95 0.63
Hex F0 46 FA 4 48 0 2 129 5F 3F
Octal 360 106 372 4 110 0 2 451 137 77
Binary 11110000 1000110 11111010 100 1001000 0 10 100101001 1011111 111111

Color Harmonies of #F046FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046FA

Black with #F046FA

Text Example


Text Example

White with #F046FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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