Html Css Color HEX #F53AFF Pink Flamingo

📋 copy color: '#F53AFF'

red 245 ◦ green 58 ◦ blue 255

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

Shades of Pink Flamingo #F53AFF

Tints of Pink Flamingo #F53AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.39%

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

R = 43.91%
G = 10.39%
B = 45.7%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F53AFF (or 0xF53AFF) is known color: Pink Flamingo. HEX triplet: F5, 3A and FF. RGB value is (245,58,255). Sum of RGB (Red+Green+Blue) = 245+58+255=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 58 (23.05% from 255 or 10.39% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #F53AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53AFF is #0AC500. Grayscale: #878787. Windows color (decimal): -705793 or 16726773. OLE color: 16726773.

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

Color convert

RGB 245 58 255 -
CMYK 0.04 0.77 0 0
HSL 296.95º 1% 0.61% -
HSV(B) 296.95º 0.77% 1% -
XYZ 57.22 29.66 97.32 -
YUV 136.37 194.95 205.48 -
System Red Green Blue C M Y K H S L
Decimal 245 58 255 0.04 0.77 0 0 296.95 1 0.61
Hex F5 3A FF 4 4D 0 0 129 64 3D
Octal 365 72 377 4 115 0 0 451 144 75
Binary 11110101 111010 11111111 100 1001101 0 0 100101001 1100100 111101

Color Harmonies of #F53AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AFF

Black with #F53AFF

Text Example


Text Example

White with #F53AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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