Html Css Color HEX #F53AFE Pink Flamingo

📋 copy color: '#F53AFE'

red 245 ◦ green 58 ◦ blue 254

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

Shades of Pink Flamingo #F53AFE

Tints of Pink Flamingo #F53AFE

RGB

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

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

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

R = 43.99%
G = 10.41%
B = 45.6%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F53AFE (or 0xF53AFE) is known color: Pink Flamingo. HEX triplet: F5, 3A and FE. RGB value is (245,58,254). Sum of RGB (Red+Green+Blue) = 245+58+254=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 58 (23.05% from 255 or 10.41% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #F53AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53AFE is #0AC501. Grayscale: #878787. Windows color (decimal): -705794 or 16661237. OLE color: 16661237.

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

Color convert

RGB 245 58 254 -
CMYK 0.04 0.77 0 0.00
HSL 297.24º 0.99% 0.61% -
HSV(B) 297.24º 0.77% 1% -
XYZ 57.06 29.59 96.47 -
YUV 136.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 245 58 254 0.04 0.77 0 0.00 297.24 0.99 0.61
Hex F5 3A FE 4 4D 0 0 129 63 3D
Octal 365 72 376 4 115 0 0 451 143 75
Binary 11110101 111010 11111110 100 1001101 0 0 100101001 1100011 111101

Color Harmonies of #F53AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AFE

Black with #F53AFE

Text Example


Text Example

White with #F53AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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