Html Css Color HEX #F54EFB Pink Flamingo

📋 copy color: '#F54EFB'

red 245 ◦ green 78 ◦ blue 251

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

Shades of Pink Flamingo #F54EFB

Tints of Pink Flamingo #F54EFB

RGB

 RED value IS 245 (96.09% from 255) = 42.68%

 GREEN value IS 78 (30.86% from 255) = 13.59%

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

R = 42.68%
G = 13.59%
B = 43.73%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F54EFB (or 0xF54EFB) is known color: Pink Flamingo. HEX triplet: F5, 4E and FB. RGB value is (245,78,251). Sum of RGB (Red+Green+Blue) = 245+78+251=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 78 (30.86% from 255 or 13.59% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #F54EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54EFB is #0AB104. Grayscale: #939393. Windows color (decimal): -700677 or 16469749. OLE color: 16469749.

HSL color Cylindrical-coordinate representation of color #F54EFB: hue angle of 297.92º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54EFB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 78 251 -
CMYK 0.02 0.69 0 0.02
HSL 297.92º 0.96% 0.65% -
HSV(B) 297.92º 0.69% 0.98% -
XYZ 57.79 31.83 94.36 -
YUV 147.66 186.33 197.43 -
System Red Green Blue C M Y K H S L
Decimal 245 78 251 0.02 0.69 0 0.02 297.92 0.96 0.65
Hex F5 4E FB 2 45 0 2 12A 60 41
Octal 365 116 373 2 105 0 2 452 140 101
Binary 11110101 1001110 11111011 10 1000101 0 10 100101010 1100000 1000001

Color Harmonies of #F54EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54EFB

Black with #F54EFB

Text Example


Text Example

White with #F54EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54EFB; }

 p { color: rgb(245,78,251); }

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

background-color css

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

 a { background-color: rgb(245,78,251); }

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

border-color css

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

 span { border-color: rgb(245,78,251); }

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