Html Css Color HEX #F051FE Pink Flamingo

📋 copy color: '#F051FE'

red 240 ◦ green 81 ◦ blue 254

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

Shades of Pink Flamingo #F051FE

Tints of Pink Flamingo #F051FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.09%

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

R = 41.74%
G = 14.09%
B = 44.17%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F051FE (or 0xF051FE) is known color: Pink Flamingo. HEX triplet: F0, 51 and FE. RGB value is (240,81,254). Sum of RGB (Red+Green+Blue) = 240+81+254=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 81 (32.03% from 255 or 14.09% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F051FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051FE is #0FAE01. Grayscale: #939393. Windows color (decimal): -1027586 or 16667120. OLE color: 16667120.

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

Color convert

RGB 240 81 254 -
CMYK 0.06 0.68 0 0.00
HSL 295.14º 0.99% 0.66% -
HSV(B) 295.14º 0.68% 1% -
XYZ 56.77 31.57 96.87 -
YUV 148.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 240 81 254 0.06 0.68 0 0.00 295.14 0.99 0.66
Hex F0 51 FE 6 44 0 0 127 63 42
Octal 360 121 376 6 104 0 0 447 143 102
Binary 11110000 1010001 11111110 110 1000100 0 0 100100111 1100011 1000010

Color Harmonies of #F051FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051FE

Black with #F051FE

Text Example


Text Example

White with #F051FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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