Html Css Color HEX #F53BFC Pink Flamingo

📋 copy color: '#F53BFC'

red 245 ◦ green 59 ◦ blue 252

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

Shades of Pink Flamingo #F53BFC

Tints of Pink Flamingo #F53BFC

RGB

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

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

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

R = 44.06%
G = 10.61%
B = 45.32%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F53BFC (or 0xF53BFC) is known color: Pink Flamingo. HEX triplet: F5, 3B and FC. RGB value is (245,59,252). Sum of RGB (Red+Green+Blue) = 245+59+252=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 59 (23.44% from 255 or 10.61% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #F53BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53BFC is #0AC403. Grayscale: #888888. Windows color (decimal): -705540 or 16530421. OLE color: 16530421.

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

Color convert

RGB 245 59 252 -
CMYK 0.03 0.77 0 0.01
HSL 297.82º 0.97% 0.61% -
HSV(B) 297.82º 0.77% 0.99% -
XYZ 56.79 29.57 94.81 -
YUV 136.62 193.12 205.31 -
System Red Green Blue C M Y K H S L
Decimal 245 59 252 0.03 0.77 0 0.01 297.82 0.97 0.61
Hex F5 3B FC 3 4D 0 1 12A 61 3D
Octal 365 73 374 3 115 0 1 452 141 75
Binary 11110101 111011 11111100 11 1001101 0 1 100101010 1100001 111101

Color Harmonies of #F53BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BFC

Black with #F53BFC

Text Example


Text Example

White with #F53BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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