Html Css Color HEX #F53DFE Pink Flamingo

📋 copy color: '#F53DFE'

red 245 ◦ green 61 ◦ blue 254

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

Shades of Pink Flamingo #F53DFE

Tints of Pink Flamingo #F53DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 10.89%

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

R = 43.75%
G = 10.89%
B = 45.36%

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

#F53DFE (or 0xF53DFE) is known color: Pink Flamingo. HEX triplet: F5, 3D and FE. RGB value is (245,61,254). Sum of RGB (Red+Green+Blue) = 245+61+254=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 61 (24.22% from 255 or 10.89% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #F53DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53DFE is #0AC201. Grayscale: #898989. Windows color (decimal): -705026 or 16662005. OLE color: 16662005.

HSL color Cylindrical-coordinate representation of color #F53DFE: hue angle of 297.2º 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 #F53DFE is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 61 254 -
CMYK 0.04 0.76 0 0.00
HSL 297.2º 0.99% 0.62% -
HSV(B) 297.2º 0.76% 1% -
XYZ 57.21 29.91 96.52 -
YUV 138.02 193.46 204.31 -
System Red Green Blue C M Y K H S L
Decimal 245 61 254 0.04 0.76 0 0.00 297.2 0.99 0.62
Hex F5 3D FE 4 4C 0 0 129 63 3E
Octal 365 75 376 4 114 0 0 451 143 76
Binary 11110101 111101 11111110 100 1001100 0 0 100101001 1100011 111110

Color Harmonies of #F53DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DFE

Black with #F53DFE

Text Example


Text Example

White with #F53DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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