Html Css Color HEX #F54CFB Pink Flamingo

📋 copy color: '#F54CFB'

red 245 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #F54CFB

Tints of Pink Flamingo #F54CFB

RGB

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

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

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

R = 42.83%
G = 13.29%
B = 43.88%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F54CFB (or 0xF54CFB) is known color: Pink Flamingo. HEX triplet: F5, 4C and FB. RGB value is (245,76,251). Sum of RGB (Red+Green+Blue) = 245+76+251=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 76 (30.08% from 255 or 13.29% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #F54CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F54CFB is #0AB304. Grayscale: #919191. Windows color (decimal): -701189 or 16469237. OLE color: 16469237.

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

Color convert

RGB 245 76 251 -
CMYK 0.02 0.70 0 0.02
HSL 297.94º 0.96% 0.64% -
HSV(B) 297.94º 0.7% 0.98% -
XYZ 57.65 31.55 94.32 -
YUV 146.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 245 76 251 0.02 0.70 0 0.02 297.94 0.96 0.64
Hex F5 4C FB 2 46 0 2 12A 60 40
Octal 365 114 373 2 106 0 2 452 140 100
Binary 11110101 1001100 11111011 10 1000110 0 10 100101010 1100000 1000000

Color Harmonies of #F54CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54CFB

Black with #F54CFB

Text Example


Text Example

White with #F54CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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