Html Css Color HEX #F53CFC Pink Flamingo

📋 copy color: '#F53CFC'

red 245 ◦ green 60 ◦ blue 252

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

Shades of Pink Flamingo #F53CFC

Tints of Pink Flamingo #F53CFC

RGB

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

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

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

R = 43.99%
G = 10.77%
B = 45.24%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F53CFC (or 0xF53CFC) is known color: Pink Flamingo. HEX triplet: F5, 3C and FC. RGB value is (245,60,252). Sum of RGB (Red+Green+Blue) = 245+60+252=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 60 (23.83% from 255 or 10.77% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #F53CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CFC is #0AC303. Grayscale: #888888. Windows color (decimal): -705284 or 16530677. OLE color: 16530677.

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

Color convert

RGB 245 60 252 -
CMYK 0.03 0.76 0 0.01
HSL 297.81º 0.97% 0.61% -
HSV(B) 297.81º 0.76% 0.99% -
XYZ 56.84 29.67 94.83 -
YUV 137.2 192.79 204.89 -
System Red Green Blue C M Y K H S L
Decimal 245 60 252 0.03 0.76 0 0.01 297.81 0.97 0.61
Hex F5 3C FC 3 4C 0 1 12A 61 3D
Octal 365 74 374 3 114 0 1 452 141 75
Binary 11110101 111100 11111100 11 1001100 0 1 100101010 1100001 111101

Color Harmonies of #F53CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CFC

Black with #F53CFC

Text Example


Text Example

White with #F53CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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