Html Css Color HEX #F56394 Brink Pink

📋 copy color: '#F56394'

red 245 ◦ green 99 ◦ blue 148

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

Shades of Brink Pink #F56394

Tints of Brink Pink #F56394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 49.8%
G = 20.12%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F56394 (or 0xF56394) is known color: Brink Pink. HEX triplet: F5, 63 and 94. RGB value is (245,99,148). Sum of RGB (Red+Green+Blue) = 245+99+148=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F56394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56394 is #0A9C6B. Grayscale: #949494. Windows color (decimal): -695404 or 9724917. OLE color: 9724917.

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

Color convert

RGB 245 99 148 -
CMYK 0 0.60 0.40 0.04
HSL 339.86º 0.88% 0.67% -
HSV(B) 339.86º 0.6% 0.96% -
XYZ 47.46 30.47 31.4 -
YUV 148.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 245 99 148 0 0.60 0.40 0.04 339.86 0.88 0.67
Hex F5 63 94 0 3C 28 4 154 58 43
Octal 365 143 224 0 74 50 4 524 130 103
Binary 11110101 1100011 10010100 0 111100 101000 100 101010100 1011000 1000011

Color Harmonies of #F56394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56394

Black with #F56394

Text Example


Text Example

White with #F56394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56394; }

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

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

background-color css

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

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

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

border-color css

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

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

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