Html Css Color HEX #F53FFB Pink Flamingo

📋 copy color: '#F53FFB'

red 245 ◦ green 63 ◦ blue 251

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

Shades of Pink Flamingo #F53FFB

Tints of Pink Flamingo #F53FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 43.83%
G = 11.27%
B = 44.9%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F53FFB (or 0xF53FFB) is known color: Pink Flamingo. HEX triplet: F5, 3F and FB. RGB value is (245,63,251). Sum of RGB (Red+Green+Blue) = 245+63+251=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 63 (25% from 255 or 11.27% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #F53FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FFB is #0AC004. Grayscale: #8A8A8A. Windows color (decimal): -704517 or 16465909. OLE color: 16465909.

HSL color Cylindrical-coordinate representation of color #F53FFB: hue angle of 298.09º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53FFB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 63 251 -
CMYK 0.02 0.75 0 0.02
HSL 298.09º 0.96% 0.62% -
HSV(B) 298.09º 0.75% 0.98% -
XYZ 56.85 29.93 94.05 -
YUV 138.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 245 63 251 0.02 0.75 0 0.02 298.09 0.96 0.62
Hex F5 3F FB 2 4B 0 2 12A 60 3E
Octal 365 77 373 2 113 0 2 452 140 76
Binary 11110101 111111 11111011 10 1001011 0 10 100101010 1100000 111110

Color Harmonies of #F53FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FFB

Black with #F53FFB

Text Example


Text Example

White with #F53FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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