Html Css Color HEX #F53EFE Pink Flamingo

📋 copy color: '#F53EFE'

red 245 ◦ green 62 ◦ blue 254

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

Shades of Pink Flamingo #F53EFE

Tints of Pink Flamingo #F53EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.05%

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 43.67%
G = 11.05%
B = 45.28%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F53EFE (or 0xF53EFE) is known color: Pink Flamingo. HEX triplet: F5, 3E and FE. RGB value is (245,62,254). Sum of RGB (Red+Green+Blue) = 245+62+254=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 62 (24.61% from 255 or 11.05% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #F53EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53EFE is #0AC101. Grayscale: #8A8A8A. Windows color (decimal): -704770 or 16662261. OLE color: 16662261.

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

Color convert

RGB 245 62 254 -
CMYK 0.04 0.76 0 0.00
HSL 297.19º 0.99% 0.62% -
HSV(B) 297.19º 0.76% 1% -
XYZ 57.27 30.01 96.54 -
YUV 138.61 193.13 203.89 -
System Red Green Blue C M Y K H S L
Decimal 245 62 254 0.04 0.76 0 0.00 297.19 0.99 0.62
Hex F5 3E FE 4 4C 0 0 129 63 3E
Octal 365 76 376 4 114 0 0 451 143 76
Binary 11110101 111110 11111110 100 1001100 0 0 100101001 1100011 111110

Color Harmonies of #F53EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53EFE

Black with #F53EFE

Text Example


Text Example

White with #F53EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53EFE; }

 p { color: rgb(245,62,254); }

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

background-color css

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

 a { background-color: rgb(245,62,254); }

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

border-color css

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

 span { border-color: rgb(245,62,254); }

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