Html Css Color HEX #F54FFE Pink Flamingo

📋 copy color: '#F54FFE'

red 245 ◦ green 79 ◦ blue 254

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

Shades of Pink Flamingo #F54FFE

Tints of Pink Flamingo #F54FFE

RGB

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

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

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

R = 42.39%
G = 13.67%
B = 43.94%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F54FFE (or 0xF54FFE) is known color: Pink Flamingo. HEX triplet: F5, 4F and FE. RGB value is (245,79,254). Sum of RGB (Red+Green+Blue) = 245+79+254=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 79 (31.25% from 255 or 13.67% 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 #F54FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54FFE is #0AB001. Grayscale: #949494. Windows color (decimal): -700418 or 16666613. OLE color: 16666613.

HSL color Cylindrical-coordinate representation of color #F54FFE: hue angle of 296.91º 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 #F54FFE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 79 254 -
CMYK 0.04 0.69 0 0.00
HSL 296.91º 0.99% 0.65% -
HSV(B) 296.91º 0.69% 1% -
XYZ 58.34 32.16 96.9 -
YUV 148.58 187.5 196.77 -
System Red Green Blue C M Y K H S L
Decimal 245 79 254 0.04 0.69 0 0.00 296.91 0.99 0.65
Hex F5 4F FE 4 45 0 0 129 63 41
Octal 365 117 376 4 105 0 0 451 143 101
Binary 11110101 1001111 11111110 100 1000101 0 0 100101001 1100011 1000001

Color Harmonies of #F54FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54FFE

Black with #F54FFE

Text Example


Text Example

White with #F54FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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