Html Css Color HEX #F046FF Pink Flamingo

📋 copy color: '#F046FF'

red 240 ◦ green 70 ◦ blue 255

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

Shades of Pink Flamingo #F046FF

Tints of Pink Flamingo #F046FF

RGB

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

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

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

R = 42.48%
G = 12.39%
B = 45.13%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F046FF (or 0xF046FF) is known color: Pink Flamingo. HEX triplet: F0, 46 and FF. RGB value is (240,70,255). Sum of RGB (Red+Green+Blue) = 240+70+255=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 70 (27.73% from 255 or 12.39% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #F046FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046FF is #0FB900. Grayscale: #8D8D8D. Windows color (decimal): -1030401 or 16729840. OLE color: 16729840.

HSL color Cylindrical-coordinate representation of color #F046FF: hue angle of 295.14º 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 #F046FF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 70 255 -
CMYK 0.06 0.73 0 0
HSL 295.14º 1% 0.64% -
HSV(B) 295.14º 0.73% 1% -
XYZ 56.18 30.13 97.46 -
YUV 141.92 191.82 197.96 -
System Red Green Blue C M Y K H S L
Decimal 240 70 255 0.06 0.73 0 0 295.14 1 0.64
Hex F0 46 FF 6 49 0 0 127 64 40
Octal 360 106 377 6 111 0 0 447 144 100
Binary 11110000 1000110 11111111 110 1001001 0 0 100100111 1100100 1000000

Color Harmonies of #F046FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046FF

Black with #F046FF

Text Example


Text Example

White with #F046FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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