Html Css Color HEX #F56293 Brink Pink

📋 copy color: '#F56293'

red 245 ◦ green 98 ◦ blue 147

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

Shades of Brink Pink #F56293

Tints of Brink Pink #F56293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20%

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

R = 50%
G = 20%
B = 30%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F56293 (or 0xF56293) is known color: Brink Pink. HEX triplet: F5, 62 and 93. RGB value is (245,98,147). Sum of RGB (Red+Green+Blue) = 245+98+147=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F56293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56293 is #0A9D6C. Grayscale: #939393. Windows color (decimal): -695661 or 9659125. OLE color: 9659125.

HSL color Cylindrical-coordinate representation of color #F56293: hue angle of 340º 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 #F56293 is Cyan = 0, Magento = 0.6, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 98 147 -
CMYK 0 0.6 0.4 0.04
HSL 340º 0.88% 0.67% -
HSV(B) 340º 0.6% 0.96% -
XYZ 47.29 30.25 30.95 -
YUV 147.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 245 98 147 0 0.6 0.4 0.04 340 0.88 0.67
Hex F5 62 93 0 3C 28 4 154 58 43
Octal 365 142 223 0 74 50 4 524 130 103
Binary 11110101 1100010 10010011 0 111100 101000 100 101010100 1011000 1000011

Color Harmonies of #F56293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56293

Black with #F56293

Text Example


Text Example

White with #F56293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56293; }

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

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

background-color css

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

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

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

border-color css

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

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

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