Html Css Color HEX #F56493 Brink Pink

📋 copy color: '#F56493'

red 245 ◦ green 100 ◦ blue 147

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

Shades of Brink Pink #F56493

Tints of Brink Pink #F56493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

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

R = 49.8%
G = 20.33%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F56493 (or 0xF56493) is known color: Brink Pink. HEX triplet: F5, 64 and 93. RGB value is (245,100,147). Sum of RGB (Red+Green+Blue) = 245+100+147=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F56493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56493 is #0A9B6C. Grayscale: #949494. Windows color (decimal): -695149 or 9659637. OLE color: 9659637.

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

Color convert

RGB 245 100 147 -
CMYK 0 0.59 0.4 0.04
HSL 340.55º 0.88% 0.68% -
HSV(B) 340.55º 0.59% 0.96% -
XYZ 47.48 30.63 31.01 -
YUV 148.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 245 100 147 0 0.59 0.4 0.04 340.55 0.88 0.68
Hex F5 64 93 0 3B 28 4 155 58 44
Octal 365 144 223 0 73 50 4 525 130 104
Binary 11110101 1100100 10010011 0 111011 101000 100 101010101 1011000 1000100

Color Harmonies of #F56493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56493

Black with #F56493

Text Example


Text Example

White with #F56493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56493; }

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

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

background-color css

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

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

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

border-color css

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

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

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