Html Css Color HEX #F53CFB Pink Flamingo

📋 copy color: '#F53CFB'

red 245 ◦ green 60 ◦ blue 251

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

Shades of Pink Flamingo #F53CFB

Tints of Pink Flamingo #F53CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.79%

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

R = 44.06%
G = 10.79%
B = 45.14%

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

#F53CFB (or 0xF53CFB) is known color: Pink Flamingo. HEX triplet: F5, 3C and FB. RGB value is (245,60,251). Sum of RGB (Red+Green+Blue) = 245+60+251=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 60 (23.83% from 255 or 10.79% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #F53CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CFB is #0AC304. Grayscale: #888888. Windows color (decimal): -705285 or 16465141. OLE color: 16465141.

HSL color Cylindrical-coordinate representation of color #F53CFB: 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 #F53CFB is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 60 251 -
CMYK 0.02 0.76 0 0.02
HSL 298.12º 0.96% 0.61% -
HSV(B) 298.12º 0.76% 0.98% -
XYZ 56.68 29.61 93.99 -
YUV 137.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 245 60 251 0.02 0.76 0 0.02 298.12 0.96 0.61
Hex F5 3C FB 2 4C 0 2 12A 60 3D
Octal 365 74 373 2 114 0 2 452 140 75
Binary 11110101 111100 11111011 10 1001100 0 10 100101010 1100000 111101

Color Harmonies of #F53CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CFB

Black with #F53CFB

Text Example


Text Example

White with #F53CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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