Html Css Color HEX #F53FFC Pink Flamingo

📋 copy color: '#F53FFC'

red 245 ◦ green 63 ◦ blue 252

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

Shades of Pink Flamingo #F53FFC

Tints of Pink Flamingo #F53FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 43.75%
G = 11.25%
B = 45%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F53FFC (or 0xF53FFC) is known color: Pink Flamingo. HEX triplet: F5, 3F and FC. RGB value is (245,63,252). Sum of RGB (Red+Green+Blue) = 245+63+252=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 63 (25% from 255 or 11.25% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #F53FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FFC is #0AC003. Grayscale: #8A8A8A. Windows color (decimal): -704516 or 16531445. OLE color: 16531445.

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

Color convert

RGB 245 63 252 -
CMYK 0.03 0.75 0 0.01
HSL 297.78º 0.97% 0.62% -
HSV(B) 297.78º 0.75% 0.99% -
XYZ 57 30 94.88 -
YUV 138.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 245 63 252 0.03 0.75 0 0.01 297.78 0.97 0.62
Hex F5 3F FC 3 4B 0 1 12A 61 3E
Octal 365 77 374 3 113 0 1 452 141 76
Binary 11110101 111111 11111100 11 1001011 0 1 100101010 1100001 111110

Color Harmonies of #F53FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FFC

Black with #F53FFC

Text Example


Text Example

White with #F53FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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