Html Css Color HEX #F56285 Brink Pink

📋 copy color: '#F56285'

red 245 ◦ green 98 ◦ blue 133

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

Shades of Brink Pink #F56285

Tints of Brink Pink #F56285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 51.47%
G = 20.59%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F56285 (or 0xF56285) is known color: Brink Pink. HEX triplet: F5, 62 and 85. RGB value is (245,98,133). Sum of RGB (Red+Green+Blue) = 245+98+133=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F56285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56285 is #0A9D7A. Grayscale: #919191. Windows color (decimal): -695675 or 8741621. OLE color: 8741621.

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

Color convert

RGB 245 98 133 -
CMYK 0 0.6 0.46 0.04
HSL 345.71º 0.88% 0.67% -
HSV(B) 345.71º 0.6% 0.96% -
XYZ 46.26 29.84 25.51 -
YUV 145.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 245 98 133 0 0.6 0.46 0.04 345.71 0.88 0.67
Hex F5 62 85 0 3C 2E 4 15A 58 43
Octal 365 142 205 0 74 56 4 532 130 103
Binary 11110101 1100010 10000101 0 111100 101110 100 101011010 1011000 1000011

Color Harmonies of #F56285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56285

Black with #F56285

Text Example


Text Example

White with #F56285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56285; }

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

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

background-color css

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

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

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

border-color css

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

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

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