Html Css Color HEX #F046FE Pink Flamingo

📋 copy color: '#F046FE'

red 240 ◦ green 70 ◦ blue 254

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

Shades of Pink Flamingo #F046FE

Tints of Pink Flamingo #F046FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 42.55%
G = 12.41%
B = 45.04%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F046FE (or 0xF046FE) is known color: Pink Flamingo. HEX triplet: F0, 46 and FE. RGB value is (240,70,254). Sum of RGB (Red+Green+Blue) = 240+70+254=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 70 (27.73% from 255 or 12.41% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #F046FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046FE is #0FB901. Grayscale: #8D8D8D. Windows color (decimal): -1030402 or 16664304. OLE color: 16664304.

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

Color convert

RGB 240 70 254 -
CMYK 0.06 0.72 0 0.00
HSL 295.43º 0.99% 0.64% -
HSV(B) 295.43º 0.72% 1% -
XYZ 56.01 30.06 96.62 -
YUV 141.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 240 70 254 0.06 0.72 0 0.00 295.43 0.99 0.64
Hex F0 46 FE 6 48 0 0 127 63 40
Octal 360 106 376 6 110 0 0 447 143 100
Binary 11110000 1000110 11111110 110 1001000 0 0 100100111 1100011 1000000

Color Harmonies of #F046FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046FE

Black with #F046FE

Text Example


Text Example

White with #F046FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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