Html Css Color HEX #F54CFD Pink Flamingo

📋 copy color: '#F54CFD'

red 245 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #F54CFD

Tints of Pink Flamingo #F54CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 42.68%
G = 13.24%
B = 44.08%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F54CFD (or 0xF54CFD) is known color: Pink Flamingo. HEX triplet: F5, 4C and FD. RGB value is (245,76,253). Sum of RGB (Red+Green+Blue) = 245+76+253=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 76 (30.08% from 255 or 13.24% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #F54CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F54CFD is #0AB302. Grayscale: #929292. Windows color (decimal): -701187 or 16600309. OLE color: 16600309.

HSL color Cylindrical-coordinate representation of color #F54CFD: hue angle of 297.29º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54CFD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 76 253 -
CMYK 0.03 0.70 0 0.01
HSL 297.29º 0.98% 0.65% -
HSV(B) 297.29º 0.7% 0.99% -
XYZ 57.97 31.67 95.99 -
YUV 146.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 245 76 253 0.03 0.70 0 0.01 297.29 0.98 0.65
Hex F5 4C FD 3 46 0 1 129 62 41
Octal 365 114 375 3 106 0 1 451 142 101
Binary 11110101 1001100 11111101 11 1000110 0 1 100101001 1100010 1000001

Color Harmonies of #F54CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54CFD

Black with #F54CFD

Text Example


Text Example

White with #F54CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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