Html Css Color HEX #F53BFB Pink Flamingo

📋 copy color: '#F53BFB'

red 245 ◦ green 59 ◦ blue 251

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

Shades of Pink Flamingo #F53BFB

Tints of Pink Flamingo #F53BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.63%

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

R = 44.14%
G = 10.63%
B = 45.23%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F53BFB (or 0xF53BFB) is known color: Pink Flamingo. HEX triplet: F5, 3B and FB. RGB value is (245,59,251). Sum of RGB (Red+Green+Blue) = 245+59+251=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 59 (23.44% from 255 or 10.63% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #F53BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53BFB is #0AC404. Grayscale: #878787. Windows color (decimal): -705541 or 16464885. OLE color: 16464885.

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

Color convert

RGB 245 59 251 -
CMYK 0.02 0.76 0 0.02
HSL 298.13º 0.96% 0.61% -
HSV(B) 298.13º 0.76% 0.98% -
XYZ 56.63 29.51 93.98 -
YUV 136.5 192.62 205.39 -
System Red Green Blue C M Y K H S L
Decimal 245 59 251 0.02 0.76 0 0.02 298.13 0.96 0.61
Hex F5 3B FB 2 4C 0 2 12A 60 3D
Octal 365 73 373 2 114 0 2 452 140 75
Binary 11110101 111011 11111011 10 1001100 0 10 100101010 1100000 111101

Color Harmonies of #F53BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BFB

Black with #F53BFB

Text Example


Text Example

White with #F53BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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