Html Css Color HEX #F54CF9 Pink Flamingo

📋 copy color: '#F54CF9'

red 245 ◦ green 76 ◦ blue 249

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

Shades of Pink Flamingo #F54CF9

Tints of Pink Flamingo #F54CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.33%

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

R = 42.98%
G = 13.33%
B = 43.68%

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

#F54CF9 (or 0xF54CF9) is known color: Pink Flamingo. HEX triplet: F5, 4C and F9. RGB value is (245,76,249). Sum of RGB (Red+Green+Blue) = 245+76+249=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 76 (30.08% from 255 or 13.33% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #F54CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F54CF9 is #0AB306. Grayscale: #919191. Windows color (decimal): -701191 or 16338165. OLE color: 16338165.

HSL color Cylindrical-coordinate representation of color #F54CF9: hue angle of 298.61º degrees, saturation: 0.94, 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 #F54CF9 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 76 249 -
CMYK 0.02 0.69 0 0.02
HSL 298.61º 0.94% 0.64% -
HSV(B) 298.61º 0.69% 0.98% -
XYZ 57.34 31.42 92.67 -
YUV 146.25 185.99 198.43 -
System Red Green Blue C M Y K H S L
Decimal 245 76 249 0.02 0.69 0 0.02 298.61 0.94 0.64
Hex F5 4C F9 2 45 0 2 12B 5E 40
Octal 365 114 371 2 105 0 2 453 136 100
Binary 11110101 1001100 11111001 10 1000101 0 10 100101011 1011110 1000000

Color Harmonies of #F54CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54CF9

Black with #F54CF9

Text Example


Text Example

White with #F54CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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