Html Css Color HEX #F054FB Pink Flamingo

📋 copy color: '#F054FB'

red 240 ◦ green 84 ◦ blue 251

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

Shades of Pink Flamingo #F054FB

Tints of Pink Flamingo #F054FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 41.74%
G = 14.61%
B = 43.65%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F054FB (or 0xF054FB) is known color: Pink Flamingo. HEX triplet: F0, 54 and FB. RGB value is (240,84,251). Sum of RGB (Red+Green+Blue) = 240+84+251=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #F054FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F054FB is #0FAB04. Grayscale: #959595. Windows color (decimal): -1026821 or 16471280. OLE color: 16471280.

HSL color Cylindrical-coordinate representation of color #F054FB: hue angle of 296.05º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F054FB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 84 251 -
CMYK 0.04 0.67 0 0.02
HSL 296.05º 0.95% 0.66% -
HSV(B) 296.05º 0.67% 0.98% -
XYZ 56.52 31.83 94.43 -
YUV 149.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 240 84 251 0.04 0.67 0 0.02 296.05 0.95 0.66
Hex F0 54 FB 4 43 0 2 128 5F 42
Octal 360 124 373 4 103 0 2 450 137 102
Binary 11110000 1010100 11111011 100 1000011 0 10 100101000 1011111 1000010

Color Harmonies of #F054FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054FB

Black with #F054FB

Text Example


Text Example

White with #F054FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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