Html Css Color HEX #F56378 Brink Pink

📋 copy color: '#F56378'

red 245 ◦ green 99 ◦ blue 120

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

Shades of Brink Pink #F56378

Tints of Brink Pink #F56378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.86%

R = 52.8%
G = 21.34%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F56378 (or 0xF56378) is known color: Brink Pink. HEX triplet: F5, 63 and 78. RGB value is (245,99,120). Sum of RGB (Red+Green+Blue) = 245+99+120=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F56378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56378 is #0A9C87. Grayscale: #919191. Windows color (decimal): -695432 or 7889909. OLE color: 7889909.

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

Color convert

RGB 245 99 120 -
CMYK 0 0.60 0.51 0.04
HSL 351.37º 0.88% 0.67% -
HSV(B) 351.37º 0.6% 0.96% -
XYZ 45.51 29.69 21.1 -
YUV 145.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 245 99 120 0 0.60 0.51 0.04 351.37 0.88 0.67
Hex F5 63 78 0 3C 33 4 15F 58 43
Octal 365 143 170 0 74 63 4 537 130 103
Binary 11110101 1100011 1111000 0 111100 110011 100 101011111 1011000 1000011

Color Harmonies of #F56378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56378

Black with #F56378

Text Example


Text Example

White with #F56378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56378; }

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

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

background-color css

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

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

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

border-color css

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

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

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