Html Css Color HEX #F054FE Pink Flamingo

📋 copy color: '#F054FE'

red 240 ◦ green 84 ◦ blue 254

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

Shades of Pink Flamingo #F054FE

Tints of Pink Flamingo #F054FE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.53%

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

R = 41.52%
G = 14.53%
B = 43.94%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F054FE (or 0xF054FE) is known color: Pink Flamingo. HEX triplet: F0, 54 and FE. RGB value is (240,84,254). Sum of RGB (Red+Green+Blue) = 240+84+254=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 84 (33.20% from 255 or 14.53% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #F054FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F054FE is #0FAB01. Grayscale: #959595. Windows color (decimal): -1026818 or 16667888. OLE color: 16667888.

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

Color convert

RGB 240 84 254 -
CMYK 0.06 0.67 0 0.00
HSL 295.06º 0.99% 0.66% -
HSV(B) 295.06º 0.67% 1% -
XYZ 56.99 32.02 96.94 -
YUV 150.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 240 84 254 0.06 0.67 0 0.00 295.06 0.99 0.66
Hex F0 54 FE 6 43 0 0 127 63 42
Octal 360 124 376 6 103 0 0 447 143 102
Binary 11110000 1010100 11111110 110 1000011 0 0 100100111 1100011 1000010

Color Harmonies of #F054FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054FE

Black with #F054FE

Text Example


Text Example

White with #F054FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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