Html Css Color HEX #F56491 Brink Pink

📋 copy color: '#F56491'

red 245 ◦ green 100 ◦ blue 145

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

Shades of Brink Pink #F56491

Tints of Brink Pink #F56491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 50%
G = 20.41%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F56491 (or 0xF56491) is known color: Brink Pink. HEX triplet: F5, 64 and 91. RGB value is (245,100,145). Sum of RGB (Red+Green+Blue) = 245+100+145=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F56491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56491 is #0A9B6E. Grayscale: #949494. Windows color (decimal): -695151 or 9528565. OLE color: 9528565.

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

Color convert

RGB 245 100 145 -
CMYK 0 0.59 0.41 0.04
HSL 341.38º 0.88% 0.68% -
HSV(B) 341.38º 0.59% 0.96% -
XYZ 47.32 30.57 30.19 -
YUV 148.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 245 100 145 0 0.59 0.41 0.04 341.38 0.88 0.68
Hex F5 64 91 0 3B 29 4 155 58 44
Octal 365 144 221 0 73 51 4 525 130 104
Binary 11110101 1100100 10010001 0 111011 101001 100 101010101 1011000 1000100

Color Harmonies of #F56491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56491

Black with #F56491

Text Example


Text Example

White with #F56491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56491; }

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

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

background-color css

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

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

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

border-color css

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

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

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