Html Css Color HEX #F051FF Pink Flamingo

📋 copy color: '#F051FF'

red 240 ◦ green 81 ◦ blue 255

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

Shades of Pink Flamingo #F051FF

Tints of Pink Flamingo #F051FF

RGB

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

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

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

R = 41.67%
G = 14.06%
B = 44.27%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F051FF (or 0xF051FF) is known color: Pink Flamingo. HEX triplet: F0, 51 and FF. RGB value is (240,81,255). Sum of RGB (Red+Green+Blue) = 240+81+255=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 81 (32.03% from 255 or 14.06% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #F051FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051FF is #0FAE00. Grayscale: #939393. Windows color (decimal): -1027585 or 16732656. OLE color: 16732656.

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

Color convert

RGB 240 81 255 -
CMYK 0.06 0.68 0 0
HSL 294.83º 1% 0.66% -
HSV(B) 294.83º 0.68% 1% -
XYZ 56.93 31.63 97.71 -
YUV 148.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 240 81 255 0.06 0.68 0 0 294.83 1 0.66
Hex F0 51 FF 6 44 0 0 127 64 42
Octal 360 121 377 6 104 0 0 447 144 102
Binary 11110000 1010001 11111111 110 1000100 0 0 100100111 1100100 1000010

Color Harmonies of #F051FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051FF

Black with #F051FF

Text Example


Text Example

White with #F051FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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