Html Css Color HEX #F53CFF Pink Flamingo

📋 copy color: '#F53CFF'

red 245 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #F53CFF

Tints of Pink Flamingo #F53CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.71%

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

R = 43.75%
G = 10.71%
B = 45.54%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F53CFF (or 0xF53CFF) is known color: Pink Flamingo. HEX triplet: F5, 3C and FF. RGB value is (245,60,255). Sum of RGB (Red+Green+Blue) = 245+60+255=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 60 (23.83% from 255 or 10.71% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #F53CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CFF is #0AC300. Grayscale: #888888. Windows color (decimal): -705281 or 16727285. OLE color: 16727285.

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

Color convert

RGB 245 60 255 -
CMYK 0.04 0.76 0 0
HSL 296.92º 1% 0.62% -
HSV(B) 296.92º 0.76% 1% -
XYZ 57.32 29.86 97.35 -
YUV 137.55 194.29 204.64 -
System Red Green Blue C M Y K H S L
Decimal 245 60 255 0.04 0.76 0 0 296.92 1 0.62
Hex F5 3C FF 4 4C 0 0 129 64 3E
Octal 365 74 377 4 114 0 0 451 144 76
Binary 11110101 111100 11111111 100 1001100 0 0 100101001 1100100 111110

Color Harmonies of #F53CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CFF

Black with #F53CFF

Text Example


Text Example

White with #F53CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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