Html Css Color HEX #F54DF9 Pink Flamingo

📋 copy color: '#F54DF9'

red 245 ◦ green 77 ◦ blue 249

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

Shades of Pink Flamingo #F54DF9

Tints of Pink Flamingo #F54DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.49%

 BLUE value IS 249 (97.66% from 255) = 43.61%

R = 42.91%
G = 13.49%
B = 43.61%

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

#F54DF9 (or 0xF54DF9) is known color: Pink Flamingo. HEX triplet: F5, 4D and F9. RGB value is (245,77,249). Sum of RGB (Red+Green+Blue) = 245+77+249=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 77 (30.47% from 255 or 13.49% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #F54DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54DF9 is #0AB206. Grayscale: #929292. Windows color (decimal): -700935 or 16338421. OLE color: 16338421.

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

Color convert

RGB 245 77 249 -
CMYK 0.02 0.69 0 0.02
HSL 298.6º 0.93% 0.64% -
HSV(B) 298.6º 0.69% 0.98% -
XYZ 57.41 31.56 92.69 -
YUV 146.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 245 77 249 0.02 0.69 0 0.02 298.6 0.93 0.64
Hex F5 4D F9 2 45 0 2 12B 5D 40
Octal 365 115 371 2 105 0 2 453 135 100
Binary 11110101 1001101 11111001 10 1000101 0 10 100101011 1011101 1000000

Color Harmonies of #F54DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54DF9

Black with #F54DF9

Text Example


Text Example

White with #F54DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54DF9; }

 p { color: rgb(245,77,249); }

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

background-color css

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

 a { background-color: rgb(245,77,249); }

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

border-color css

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

 span { border-color: rgb(245,77,249); }

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