Html Css Color HEX #F53FFE Pink Flamingo

📋 copy color: '#F53FFE'

red 245 ◦ green 63 ◦ blue 254

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

Shades of Pink Flamingo #F53FFE

Tints of Pink Flamingo #F53FFE

RGB

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

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

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

R = 43.59%
G = 11.21%
B = 45.2%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F53FFE (or 0xF53FFE) is known color: Pink Flamingo. HEX triplet: F5, 3F and FE. RGB value is (245,63,254). Sum of RGB (Red+Green+Blue) = 245+63+254=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 63 (25% from 255 or 11.21% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #F53FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FFE is #0AC001. Grayscale: #8A8A8A. Windows color (decimal): -704514 or 16662517. OLE color: 16662517.

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

Color convert

RGB 245 63 254 -
CMYK 0.04 0.75 0 0.00
HSL 297.17º 0.99% 0.62% -
HSV(B) 297.17º 0.75% 1% -
XYZ 57.32 30.12 96.56 -
YUV 139.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 245 63 254 0.04 0.75 0 0.00 297.17 0.99 0.62
Hex F5 3F FE 4 4B 0 0 129 63 3E
Octal 365 77 376 4 113 0 0 451 143 76
Binary 11110101 111111 11111110 100 1001011 0 0 100101001 1100011 111110

Color Harmonies of #F53FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FFE

Black with #F53FFE

Text Example


Text Example

White with #F53FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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