Html Css Color HEX #F56393 Brink Pink

📋 copy color: '#F56393'

red 245 ◦ green 99 ◦ blue 147

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

Shades of Brink Pink #F56393

Tints of Brink Pink #F56393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

 BLUE value IS 147 (57.81% from 255) = 29.94%

R = 49.9%
G = 20.16%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F56393 (or 0xF56393) is known color: Brink Pink. HEX triplet: F5, 63 and 93. RGB value is (245,99,147). Sum of RGB (Red+Green+Blue) = 245+99+147=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F56393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56393 is #0A9C6C. Grayscale: #949494. Windows color (decimal): -695405 or 9659381. OLE color: 9659381.

HSL color Cylindrical-coordinate representation of color #F56393: hue angle of 340.27º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56393 is Cyan = 0, Magento = 0.60, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 99 147 -
CMYK 0 0.60 0.4 0.04
HSL 340.27º 0.88% 0.67% -
HSV(B) 340.27º 0.6% 0.96% -
XYZ 47.38 30.44 30.98 -
YUV 148.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 245 99 147 0 0.60 0.4 0.04 340.27 0.88 0.67
Hex F5 63 93 0 3C 28 4 154 58 43
Octal 365 143 223 0 74 50 4 524 130 103
Binary 11110101 1100011 10010011 0 111100 101000 100 101010100 1011000 1000011

Color Harmonies of #F56393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56393

Black with #F56393

Text Example


Text Example

White with #F56393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56393; }

 p { color: rgb(245,99,147); }

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

background-color css

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

 a { background-color: rgb(245,99,147); }

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

border-color css

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

 span { border-color: rgb(245,99,147); }

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