Html Css Color HEX #F53FFF Pink Flamingo

📋 copy color: '#F53FFF'

red 245 ◦ green 63 ◦ blue 255

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

Shades of Pink Flamingo #F53FFF

Tints of Pink Flamingo #F53FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 11.19%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 43.52%
G = 11.19%
B = 45.29%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F53FFF (or 0xF53FFF) is known color: Pink Flamingo. HEX triplet: F5, 3F and FF. RGB value is (245,63,255). Sum of RGB (Red+Green+Blue) = 245+63+255=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 63 (25% from 255 or 11.19% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #F53FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FFF is #0AC000. Grayscale: #8A8A8A. Windows color (decimal): -704513 or 16728053. OLE color: 16728053.

HSL color Cylindrical-coordinate representation of color #F53FFF: hue angle of 296.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53FFF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 63 255 -
CMYK 0.04 0.75 0 0
HSL 296.88º 1% 0.62% -
HSV(B) 296.88º 0.75% 1% -
XYZ 57.48 30.19 97.4 -
YUV 139.31 193.3 203.39 -
System Red Green Blue C M Y K H S L
Decimal 245 63 255 0.04 0.75 0 0 296.88 1 0.62
Hex F5 3F FF 4 4B 0 0 129 64 3E
Octal 365 77 377 4 113 0 0 451 144 76
Binary 11110101 111111 11111111 100 1001011 0 0 100101001 1100100 111110

Color Harmonies of #F53FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FFF

Black with #F53FFF

Text Example


Text Example

White with #F53FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FFF; }

 p { color: rgb(245,63,255); }

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

background-color css

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

 a { background-color: rgb(245,63,255); }

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

border-color css

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

 span { border-color: rgb(245,63,255); }

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