Html Css Color HEX #F56690 Brink Pink

📋 copy color: '#F56690'

red 245 ◦ green 102 ◦ blue 144

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

Shades of Brink Pink #F56690

Tints of Brink Pink #F56690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.77%

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 49.9%
G = 20.77%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F56690 (or 0xF56690) is known color: Brink Pink. HEX triplet: F5, 66 and 90. RGB value is (245,102,144). Sum of RGB (Red+Green+Blue) = 245+102+144=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F56690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56690 is #0A996F. Grayscale: #959595. Windows color (decimal): -694640 or 9463541. OLE color: 9463541.

HSL color Cylindrical-coordinate representation of color #F56690: hue angle of 342.38º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56690 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 102 144 -
CMYK 0 0.58 0.41 0.04
HSL 342.38º 0.88% 0.68% -
HSV(B) 342.38º 0.58% 0.96% -
XYZ 47.44 30.93 29.85 -
YUV 149.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 245 102 144 0 0.58 0.41 0.04 342.38 0.88 0.68
Hex F5 66 90 0 3A 29 4 156 58 44
Octal 365 146 220 0 72 51 4 526 130 104
Binary 11110101 1100110 10010000 0 111010 101001 100 101010110 1011000 1000100

Color Harmonies of #F56690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56690

Black with #F56690

Text Example


Text Example

White with #F56690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56690; }

 p { color: rgb(245,102,144); }

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

background-color css

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

 a { background-color: rgb(245,102,144); }

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

border-color css

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

 span { border-color: rgb(245,102,144); }

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