Html Css Color HEX #F54AFD Pink Flamingo

📋 copy color: '#F54AFD'

red 245 ◦ green 74 ◦ blue 253

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

Shades of Pink Flamingo #F54AFD

Tints of Pink Flamingo #F54AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.94%

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

R = 42.83%
G = 12.94%
B = 44.23%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F54AFD (or 0xF54AFD) is known color: Pink Flamingo. HEX triplet: F5, 4A and FD. RGB value is (245,74,253). Sum of RGB (Red+Green+Blue) = 245+74+253=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 74 (29.30% from 255 or 12.94% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #F54AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F54AFD is #0AB502. Grayscale: #909090. Windows color (decimal): -701699 or 16599797. OLE color: 16599797.

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

Color convert

RGB 245 74 253 -
CMYK 0.03 0.71 0 0.01
HSL 297.32º 0.98% 0.64% -
HSV(B) 297.32º 0.71% 0.99% -
XYZ 57.83 31.4 95.94 -
YUV 145.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 245 74 253 0.03 0.71 0 0.01 297.32 0.98 0.64
Hex F5 4A FD 3 47 0 1 129 62 40
Octal 365 112 375 3 107 0 1 451 142 100
Binary 11110101 1001010 11111101 11 1000111 0 1 100101001 1100010 1000000

Color Harmonies of #F54AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54AFD

Black with #F54AFD

Text Example


Text Example

White with #F54AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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