Html Css Color HEX #F050FE Pink Flamingo

📋 copy color: '#F050FE'

red 240 ◦ green 80 ◦ blue 254

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

Shades of Pink Flamingo #F050FE

Tints of Pink Flamingo #F050FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.94%

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

R = 41.81%
G = 13.94%
B = 44.25%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F050FE (or 0xF050FE) is known color: Pink Flamingo. HEX triplet: F0, 50 and FE. RGB value is (240,80,254). Sum of RGB (Red+Green+Blue) = 240+80+254=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 80 (31.64% from 255 or 13.94% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #F050FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F050FE is #0FAF01. Grayscale: #939393. Windows color (decimal): -1027842 or 16666864. OLE color: 16666864.

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

Color convert

RGB 240 80 254 -
CMYK 0.06 0.69 0 0.00
HSL 295.17º 0.99% 0.65% -
HSV(B) 295.17º 0.69% 1% -
XYZ 56.69 31.42 96.84 -
YUV 147.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 240 80 254 0.06 0.69 0 0.00 295.17 0.99 0.65
Hex F0 50 FE 6 45 0 0 127 63 41
Octal 360 120 376 6 105 0 0 447 143 101
Binary 11110000 1010000 11111110 110 1000101 0 0 100100111 1100011 1000001

Color Harmonies of #F050FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050FE

Black with #F050FE

Text Example


Text Example

White with #F050FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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