Html Css Color HEX #F54FFF Pink Flamingo

📋 copy color: '#F54FFF'

red 245 ◦ green 79 ◦ blue 255

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

Shades of Pink Flamingo #F54FFF

Tints of Pink Flamingo #F54FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.64%

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

R = 42.31%
G = 13.64%
B = 44.04%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F54FFF (or 0xF54FFF) is known color: Pink Flamingo. HEX triplet: F5, 4F and FF. RGB value is (245,79,255). Sum of RGB (Red+Green+Blue) = 245+79+255=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 79 (31.25% from 255 or 13.64% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F54FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54FFF is #0AB000. Grayscale: #949494. Windows color (decimal): -700417 or 16732149. OLE color: 16732149.

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

Color convert

RGB 245 79 255 -
CMYK 0.04 0.69 0 0
HSL 296.59º 1% 0.65% -
HSV(B) 296.59º 0.69% 1% -
XYZ 58.5 32.22 97.74 -
YUV 148.7 188 196.69 -
System Red Green Blue C M Y K H S L
Decimal 245 79 255 0.04 0.69 0 0 296.59 1 0.65
Hex F5 4F FF 4 45 0 0 129 64 41
Octal 365 117 377 4 105 0 0 451 144 101
Binary 11110101 1001111 11111111 100 1000101 0 0 100101001 1100100 1000001

Color Harmonies of #F54FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54FFF

Black with #F54FFF

Text Example


Text Example

White with #F54FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54FFF; }

 p { color: rgb(245,79,255); }

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

background-color css

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

 a { background-color: rgb(245,79,255); }

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

border-color css

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

 span { border-color: rgb(245,79,255); }

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